mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-18 12:51:43 +00:00
Explain how to configure value for production.
This commit is contained in:
parent
344f8f2858
commit
e9e36c4c93
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue