mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
17 lines
344 B
Plaintext
17 lines
344 B
Plaintext
![]() |
[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"
|
||
|
|