17 lines
228 B
INI
17 lines
228 B
INI
|
|
[server]
|
||
|
|
http_addr = 0.0.0.0
|
||
|
|
http_port = 3000
|
||
|
|
|
||
|
|
[security]
|
||
|
|
admin_user = admin
|
||
|
|
admin_password = REDACTED
|
||
|
|
allow_embedding = true
|
||
|
|
|
||
|
|
[auth.anonymous]
|
||
|
|
enabled = true
|
||
|
|
org_name = Main Org.
|
||
|
|
org_role = Viewer
|
||
|
|
|
||
|
|
[auth.basic]
|
||
|
|
enabled = false
|