Last active
August 3, 2017 15:20
-
-
Save LEW21/daad7adb8e553183e6a5477b2b3552d5 to your computer and use it in GitHub Desktop.
12factor - required resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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