Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Created June 11, 2022 17:56
Show Gist options
  • Save agusrichard/1d97bae120935c9fda47430c3f8b3190 to your computer and use it in GitHub Desktop.
Save agusrichard/1d97bae120935c9fda47430c3f8b3190 to your computer and use it in GitHub Desktop.
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