# this is the hostname of your app used by loomio CANONICAL_HOST=loomio.example.com # this is to tell nginx that you want requests for this hostname to come to the app VIRTUAL_HOST=loomio.example.com # this is to configure letsencrypt to automatically issue and renew your hostname #LETSENCRYPT_HOST=loomio.example.com #LETSENCRYPT_EMAIL=hostmaster@example.com # the number of dots in your hostname TLD_LENGTH=2 # smtp settings SUPPORT_EMAIL=postmaster@example.com SMTP_DOMAIN=loomio.example.com SMTP_SERVER=mail.example.com SMTP_PORT=25 #SMTP_USERNAME=smtpusername #SMTP_PASSWORD=smtppassword FAYE_URL=https://faye.loomio.nomagic.fr/faye REPLY_HOSTNAME=loomio.example.com # helper bot is the account which welcomes people to their groups. HELPER_BOT_EMAIL=no-reply@loomio.example.com RAILS_ENV=production FORCE_SSL=1 DEVISE_SECRET=monDeviseSecret SECRET_COOKIE_TOKEN=monSecretCookieToken PRIVATE_PUB_SECRET_TOKEN=monSecretToken