Created
September 6, 2019 21:05
-
-
Save cziem/0c5e05bb23adae2bca1802badf646118 to your computer and use it in GitHub Desktop.
configuration example values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"test": { | |
"SECRET_KEY": "yOUrsEkretKey", | |
"MONGODB_URI_OFFLINE": "mongodb://localhost:27017/goals", | |
"PORT": 4400, | |
"SALT_ROUND": 15, | |
"BASE_URL": "http://localhost:3000", | |
"SSL_PORT": 4040, | |
"SENDER_EMAIL": "[email protected]", | |
"SENDER_PASS": "21b-19f318b0", | |
"USER_NAME": "2750ce23c5725d", | |
"USER_PASS": "666764df045c2d" | |
}, | |
"development": { | |
"SECRET_KEY": "yOUrsEkretKey", | |
"MONGODB_URI_OFFLINE": "mongodb://localhost:27017/goals", | |
"PORT": 4400, | |
"SALT_ROUND": 15, | |
"BASE_URL": "http://localhost:3000", | |
"SSL_PORT": 4040, | |
"SENDER_EMAIL": "[email protected]", | |
"SENDER_PASS": "21b-19f318b0", | |
"USER_NAME": "2750ce23c5725d", | |
"USER_PASS": "666764df045c2d" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment