mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 07:33:18 +02:00
17 lines
344 B
Django/Jinja
17 lines
344 B
Django/Jinja
[db]
|
|
user = "linstor"
|
|
password = "linstor"
|
|
connection_url = "jdbc:h2:/var/lib/linstor/linstordb"
|
|
|
|
[http]
|
|
enabled = true
|
|
listen_addr = "0.0.0.0"
|
|
port = {{ linctl_api_port }}
|
|
|
|
[logging]
|
|
level = "info"
|
|
linstor_level = "info"
|
|
rest_access_log_path = "/var/log/linstor-controller/rest-access.log"
|
|
rest_access_log_mode = "APPEND"
|
|
|