@@ -6,6 +6,7 @@ APP_SECRET_TOKEN=REPLACE_ME_NOW! |
||
| 6 | 6 |
# This is the domain where your Huginn instance will be running. The default should work |
| 7 | 7 |
# for development, but it needs to be changed when you deploy to a production environment. |
| 8 | 8 |
DOMAIN=localhost:3000 |
| 9 |
+#DOMAIN=http://yourdomain.com # production value; replace with your domain name, and port if not 80 |
|
| 9 | 10 |
|
| 10 | 11 |
# Optionally set an asset host |
| 11 | 12 |
# ASSET_HOST=http://assets.example.com |