Skip to content

Instantly share code, notes, and snippets.

@LEW21
Last active August 3, 2017 15:20
Show Gist options
  • Save LEW21/daad7adb8e553183e6a5477b2b3552d5 to your computer and use it in GitHub Desktop.
Save LEW21/daad7adb8e553183e6a5477b2b3552d5 to your computer and use it in GitHub Desktop.
12factor - required resources
DATABASE_URL:
accept: # Listed in the order of preference
- protocol: postgres
- protocol: mysql
EMAIL_URL:
accept:
- protocol: smtp
SENTRY_URL:
accept:
- protocol: sentry
AUTH_URL:
accept:
- protocol: oidc
- protocol: github
GIT_URL: # For example if somebody uses git as a database - like git-based wikis
accept:
- protocol: git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment