Skip to content

Instantly share code, notes, and snippets.

@o4oren
Last active November 12, 2018 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save o4oren/0df03d14bbe1c4fda620554fa6d0bad9 to your computer and use it in GitHub Desktop.
Save o4oren/0df03d14bbe1c4fda620554fa6d0bad9 to your computer and use it in GitHub Desktop.
properties.json
{
"serverBaseUri": "http://localhost:3000",
"mongoConnectUrl": "mongodb://localhost:27017/",
"dbName": "ahem",
"appListenPort": 3000,
"smtpPort" : 2525,
"emailDeleteInterval" : 3600,
"emailDeleteAge" : 86400,
"allowAutocomplete" : true,
"allowedDomains" : ["my.domain.com"],
"jwtSecret": "AH3M 709 S3cR3T",
"jwtExpiresIn": 3600,
"maxAllowedApiCalls": 1000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment