2019-07-26 11:25:02 +02:00
|
|
|
DATABASE_DSN="postgres://user:password@127.0.0.1:5432/database?sslmode=disable"
|
2019-12-14 07:32:33 +01:00
|
|
|
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"
|