Plataforma de gestão de sócios e lembretes de pagamentos de quotas com integração ifthenpay.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
369 B

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