From 18a1ee7e889c3505f295175dd6bda02416192127 Mon Sep 17 00:00:00 2001 From: Leopere Date: Thu, 11 Jul 2019 19:11:29 -0400 Subject: [PATCH] Added TODO for .env.example --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 9d31fe83..f07991ff 100644 --- a/.env.example +++ b/.env.example @@ -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= \ No newline at end of file +APP_DESC=