Skip to content

Instantly share code, notes, and snippets.

@mingrammer
Created March 8, 2017 16:01
Show Gist options
  • Save mingrammer/051053a4a3fb8d4acdc5051b7c82d688 to your computer and use it in GitHub Desktop.
Save mingrammer/051053a4a3fb8d4acdc5051b7c82d688 to your computer and use it in GitHub Desktop.
// config.json
{
"DEFAULT": {
"SECRET_KEY": "secret-key-of-myapp",
"ADMIN_NAME": "administrator",
"AWS_DEFAULT_REGION": "ap-northeast-2",
"MAX_IMAGE_SIZE": 5242880
},
"TEST": {
"TEST_TMP_DIR": "tests",
"TEST_TIMEOUT": 20
},
"CI": {
"SERVICE": "travis-ci",
"HOOK_URL": "web-hooking-url-from-ci-service"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment