katbin/sample.env
SphericalKat b4eb5c7f2f
chore: add sample env file
Signed-off-by: SphericalKat <amolele@gmail.com>
2021-09-16 23:50:58 +05:30

5 lines
195 B
Bash

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'