Explain how to configure value for production.

This commit is contained in:
Kevin Kaland 2014-03-16 20:40:30 +01:00
parent 344f8f2858
commit e9e36c4c93

View file

@ -6,6 +6,7 @@ APP_SECRET_TOKEN=REPLACE_ME_NOW!
# 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 deploy to a production environment.
DOMAIN=localhost:3000
#DOMAIN=http://yourdomain.com # production value; replace with your domain name, and port if not 80
# Optionally set an asset host
# ASSET_HOST=http://assets.example.com