Created
September 19, 2019 21:05
-
-
Save remitaffin/ca1d9dde2318b92ca3ab88908ac5c65e to your computer and use it in GitHub Desktop.
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=postgres://saleor:saleor@db/saleor | |
DEFAULT_FROM_EMAIL=[email protected] | |
OPENEXCHANGERATES_API_KEY= | |
CACHE_URL=redis://redis:6379/0 | |
CELERY_BROKER_URL=redis://redis:6379/1 | |
SECRET_KEY=changeme | |
JWT_VERIFY_EXPIRATION=True | |
VATLAYER_ACCESS_KEY= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment