summarylogtreecommitdiffstats
path: root/config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config.cfg')
-rw-r--r--config.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.cfg b/config.cfg
new file mode 100644
index 000000000000..24fed36258b7
--- /dev/null
+++ b/config.cfg
@@ -0,0 +1,15 @@
+#The port that dynamo will run on
+port=8000
+
+#The path of the directory for the database file
+dbPath=/var/lib/dynamodb
+
+#This will make the DB region agnostic
+shared=true
+
+#Use this if you want to run the db in memory
+#note: it wont be saved if the db is stopped
+#inMemory=true
+
+#Use this for any additional args
+#additionalArgs=('-optimiozeDbBeforeStartup')