Files
qr-code-generator/.streamlit/config.toml

23 lines
396 B
TOML

[server]
# Listen on all network interfaces
address = "0.0.0.0"
# Default port
port = 8501
# Run in headless mode (no browser auto-open)
headless = true
# Enable CORS for cross-origin requests
enableCORS = false
# Enable XSRF protection
enableXsrfProtection = true
[browser]
# Don't gather usage stats
gatherUsageStats = false
# Don't automatically open browser
serverAddress = "localhost"