Clarified the dotenv-template...
This commit is contained in:
parent
bc582c3535
commit
94635e510b
|
@ -1 +1,11 @@
|
||||||
PORT = 12345
|
# The database connect string
|
||||||
|
MONGO_URI = "mongodb://user:passwd@host/db"
|
||||||
|
|
||||||
|
# The port on which the server starts...
|
||||||
|
PORT = 12345
|
||||||
|
|
||||||
|
# Should the server try to generate the database?
|
||||||
|
GENERATE_DB = "false"
|
||||||
|
|
||||||
|
# The API paginates. How many entries per page?
|
||||||
|
ENTRIES_PER_PAGE = 50
|
Loading…
Reference in New Issue
Block a user