blob: 24fed36258b72248647f07339f70ca8504593a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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')
|