mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
14 lines
231 B
INI
14 lines
231 B
INI
[WEB]
|
|
https = true
|
|
force_https = false
|
|
http_port = 8000
|
|
https_port = 8443
|
|
language = en_EN
|
|
cookie_expire = 30
|
|
cookie_secret = random
|
|
show_errors = true
|
|
|
|
[CRAFTY]
|
|
# max history in days
|
|
history_max_age = 7
|
|
stats_update_frequency = 10 |