chore: add sample env file

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2021-09-16 23:50:58 +05:30
parent d19fe38aee
commit b4eb5c7f2f
No known key found for this signature in database
GPG Key ID: F0EA64BC1B44A7F3

5
sample.env Normal file
View File

@ -0,0 +1,5 @@
DATABASE_URL='<insert db url here>'
SECRET_KEY_BASE='<insert secret key here>'
SWOOSH_USERNAME='noreply@katb.in'
SWOOSH_PASSWORD='<insert your password here>'
SWOOSH_SMTP_RELAY='smtp.example.com'