Skip to content

Instantly share code, notes, and snippets.

View deepanshumehtaa's full-sized avatar
💭
If Good things are not coming to you, Snatch them™

Deepanshu mehta deepanshumehtaa

💭
If Good things are not coming to you, Snatch them™
View GitHub Profile
@deepanshumehtaa
deepanshumehtaa / .env
Created December 19, 2020 13:25 — forked from moonwalkerpoday/.env
Djangoで環境変数?ならdjango-environを使おうか。 ref: https://qiita.com/moonwalkerpoday/items/9da47dda80d3ddac9a62
# MySQL
DATABASE_URL=mysql://hogehoge:[email protected]:3306/db_name
# AWS Settings
DJANGO_AWS_S3_BUCKET_NAME=huga-storage
DJANGO_AWS_ACCESS_KEY=xxxxxxxxxxxxxxxxxx
DJANGO_AWS_SECRET_KEY=xxxxxxxxxxxxxxxxxx