.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
APP_SECRET_TOKEN
secret
Replace the following with the output from "rake secret"
DOMAIN
This is the domain where your Huginn instance will be running. The default should work for development, but it needs to be changed when you…
DATABASE_ADAPTER
Database Setup
DATABASE_ENCODING
DATABASE_RECONNECT
DATABASE_NAME
DATABASE_POOL
DATABASE_USERNAME
DATABASE_PASSWORD
secret
SMTP_DOMAIN
Outgoing email settings. To use Gmail or Google Apps, put your Google Apps domain or gmail.com as the SMTP_DOMAIN and your Gmail username…
SMTP_USER_NAME
SMTP_PASSWORD
secret
SMTP_SERVER
SMTP_PORT
SMTP_AUTHENTICATION
SMTP_ENABLE_STARTTLS_AUTO
EMAIL_FROM_ADDRESS
The address from which system emails will appear to be sent.
INVITATION_CODE
This invitation code will be required for users to signup with your Huginn installation. You can see its use in user.rb.