Add settings for SMTP
This commit is contained in:
parent
007b2a375f
commit
cde37d1679
2 changed files with 20 additions and 8 deletions
|
@ -1 +1,10 @@
|
|||
DATABASE_DSN="postgres://user:password@127.0.0.1:5432/database?sslmode=disable"
|
||||
S3_ENDPOINT="https://sfo2.spaces.digitalocean.com"
|
||||
S3_KEY="URVEXAMPLETOKENN/IAWG3"
|
||||
S3_SECRET="9examplewbvxsvobzunvqwdenvhws"
|
||||
S3_LOCATION="sfo2"
|
||||
S3_SSL=true
|
||||
S3_BUCKET="bucket"
|
||||
SMTP_SERVER="smtp.example.com"
|
||||
SMTP_USER="user@example.com"
|
||||
SMTP_PASS="password"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue