Skip to content

Instantly share code, notes, and snippets.

@cziem
Created September 6, 2019 21:05
Show Gist options
  • Save cziem/0c5e05bb23adae2bca1802badf646118 to your computer and use it in GitHub Desktop.
Save cziem/0c5e05bb23adae2bca1802badf646118 to your computer and use it in GitHub Desktop.
configuration example values
{
"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