parent
bed4fee11b
commit
9f46baf52d
2 changed files with 32 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
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 |
Loading…
Reference in new issue