Skip to content

Instantly share code, notes, and snippets.

@implicit-invocation
Created August 6, 2018 18:25
Show Gist options
  • Save implicit-invocation/0d0ae359487c6b40ca7bc312c2275626 to your computer and use it in GitHub Desktop.
Save implicit-invocation/0d0ae359487c6b40ca7bc312c2275626 to your computer and use it in GitHub Desktop.
{
"port": 8080,
"mongodbUrl": "mongodb://localhost/dike",
"ethUrl": "http://localhost:8545",
"mainEthereumWallet": "0x627306090abaB3A6e1400e9345bC60c78a8BEf57",
"activationFee": "10000000000000000",
"bodyLimit": "100kb",
"tokenLifespan": 0,
"smtp": {
"host": "smtp.sendgrid.net",
"port": 587,
"auth": {
"user": "apikey",
"pass": "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"
}
},
"sendgridApiKey": "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",
"randomOrg": {"apiKey": "44bb4a9a-1e03-4ef5-963a-ab7ce4492923"},
"admin": {"name": "admin", "pass": "12345"},
"corsHeaders": ["Link"],
"jwtSecret": "SuyVuX8j9EJXmDExvkj4",
"appName": "dike",
"redisUrl": "redis://localhost",
"sessionTime": 300000,
"restTime": 300000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment