Files
auricom-home-cluster/kubernetes/apps/default/libmedium/app/config/config.toml
2024-06-17 00:32:45 +02:00

16 lines
473 B
TOML

debug = false
source_code = "https://github.com/realaravinth/libmedium"
#cache = "/var/lib/libmedium"
[server]
# The port at which you want authentication to listen to
# takes a number, choose from 1000-10000 if you dont know what you are doing
port = 7000
#IP address. Enter 0.0.0.0 to listen on all availale addresses
ip= "0.0.0.0"
# enter your hostname, eg: example.com
domain = "${SECRET_EXTERNAL_DOMAIN}"
allow_registration = false
proxy_has_tls = false
#workers = 2