.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
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 to your…
DATABASE_ADAPTER
DATABASE_ENCODING
DATABASE_RECONNECT
DATABASE_NAME
DATABASE_POOL
DATABASE_USERNAME
DATABASE_PASSWORD
secret
FORCE_SSL
Should Rails force all requests to use SSL?
INVITATION_CODE
This invitation code will be required for users to signup with your Huginn installation. You can see its use in user.rb. PLEASE CHANGE THIS!
SMTP_DOMAIN
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.
AGENT_LOG_LENGTH
Number of lines of log messages to keep per Agent