-
Notifications
You must be signed in to change notification settings - Fork 10
Configuration
Robin B edited this page Mar 13, 2019
·
4 revisions
- The
port
setting dictates which port the web- and socket server will run on - The
SSLproxy
settíng affects whether the frontend will try to build the websocket connection on port 80 or port 443, so enabling it will require configuring a reverse proxy to serve the website on port 443 - The
updateInterval
is measured in minutes following cronjob syntax, meaning a maximum value of 60 (i.e. once every hour) and a minimum value of 1 (i.e. once every minute) exist, in addition to this all values will be rounded to floats - The
adminToken
setting configures the password that is used to both log into the admin webpanel and the token required to authenticate for access to admin API routes - The
sessionSecret
is used in securing login sessions for the admin webpanel, be sure to use a lengthy and strong value for this