Files
testing123/streamlit_dashboard/.streamlit/config.toml
2026-05-21 08:40:24 -04:00

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