saucy/env.example

15 lines
369 B
Plaintext
Raw Normal View History

DATABASE_URL=postgres://username:password@example.org/dbname
SMTP_ADDRESS=smtp.example.org
SMTP_DOMAIN=example.org
SMTP_USERNAME=username
SMTP_PASSWORD=password
SMTP_FROM_ADDRESS=example@example.org
SMTP_FROM_NAME=Example Name
IFTHENPAY_KEY=XXXX-XXXXXX
IFTHENPAY_ACCOUNTS=MBWAY|XXX-XXXXXX;XXXXX|XXX
BASE_HOST=example.org
RAILS_LOG_TO_STDOUT=true
RAILS_ENV=production