Skip to content

Instantly share code, notes, and snippets.

@tarusharora
Created December 29, 2018 09:04
Show Gist options
  • Save tarusharora/bd03de9c2f59c77eb3a1ec99f52d0de1 to your computer and use it in GitHub Desktop.
Save tarusharora/bd03de9c2f59c77eb3a1ec99f52d0de1 to your computer and use it in GitHub Desktop.
App settings part 2
{
"logSeverity": "info",
"app": {
"isEmailVerificationEnabled": false,
"emailTokenExpiryInSeconds": "7d",
"userPasswordRegex" : "^(?=.{6,})",
"userJwtExpiry" : "2d"
},
"url" : {
"self": "",
"frontEnd": "",
"exampleService": ""
},
"db": {
"mongodb" : {
"uri" : ""
}
},
"secrets": {
"jwt": ""
},
"keys": {
"stripe": "",
"aws": {
"accessKeyId": "",
"secretAccessKey": "",
"region": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment