Skip to content

Instantly share code, notes, and snippets.

@mingrammer
Created March 8, 2017 16:01
Show Gist options
  • Save mingrammer/baa0242241ad86bf2ac174bc8b313ea6 to your computer and use it in GitHub Desktop.
Save mingrammer/baa0242241ad86bf2ac174bc8b313ea6 to your computer and use it in GitHub Desktop.
; config.ini
[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