Added TODO for .env.example
This commit is contained in:
parent
bc1f425bfe
commit
18a1ee7e88
@ -1,4 +1,5 @@
|
||||
# TellForm Configuration File
|
||||
## TODO: Have commented out examples that would work.
|
||||
|
||||
###################################
|
||||
# Common configuration variables
|
||||
@ -14,7 +15,7 @@ NODE_ENV=development
|
||||
# Set to a randomly generated 16 bytes string
|
||||
SECRET_KEY=ChangeMeChangeMe
|
||||
|
||||
# URI of Mongo database that TellForm will connect to
|
||||
# URI of Mongo database that TellForm will connect to
|
||||
#DO NOT CHANGE
|
||||
MONGODB_URI=mongodb://mongo/tellform
|
||||
|
||||
@ -121,4 +122,4 @@ APP_NAME=
|
||||
APP_KEYWORDS=
|
||||
|
||||
# Set this to set the 'description' meta property in the HTML head
|
||||
APP_DESC=
|
||||
APP_DESC=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user