16 lines
292 B
TOML
16 lines
292 B
TOML
[theme]
|
|
base = "light"
|
|
|
|
[logger]
|
|
level = "debug"
|
|
|
|
[server]
|
|
address = "0.0.0.0"
|
|
enableCORS = true
|
|
corsAllowedOrigins = ["https://app.pasbdc.org", "http://app.pasbdc.org", "localhost", "172.104.24.127"]
|
|
enableXsrfProtection = false
|
|
|
|
[browser]
|
|
serverAddress = "app.pasbdc.org"
|
|
serverPort = 8502
|