8 lines
87 B
TOML
8 lines
87 B
TOML
[server]
|
|
host = "0.0.0.0"
|
|
port = 8888
|
|
|
|
[auth]
|
|
username = "admin"
|
|
password = "admin123"
|