-
-
Save agusrichard/1d97bae120935c9fda47430c3f8b3190 to your computer and use it in GitHub Desktop.
This file contains 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
SQLALCHEMY_DATABASE_URI=sqlite:///db.sqlite3 | |
SQLALCHEMY_TRACK_MODIFICATIONS=False | |
AWS_ACCESS_KEY=<YOUR_AWS_ACCESS_KEY> | |
AWS_ACCESS_SECRET=<YOUR_AWS_ACCESS_SECRET> | |
S3_BUCKET_NAME=<YOUR_S3_BUCKET_NAME> | |
S3_BUCKET_BASE_URL=<YOUR_S3_BUCKET_BASE_URL> | |
CELERY_BROKER_URL=redis://redis:6379/0 | |
CELERY_RESULT_BACKEND=redis://redis:6379/0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment