coding_buddy / config.toml
harismalik01's picture
Upload 2 files
3ba8d3d verified
Raw
History Blame Contribute Delete
291 Bytes
[server]
port = 7860
address = "0.0.0.0"
enableCORS = true
enableXsrfProtection = false
[browser]
serverAddress = "0.0.0.0"
gatherUsageStats = false
[theme]
primaryColor = "#8a70ff"
backgroundColor = "#0f1121"
secondaryBackgroundColor = "#0d102a"
textColor = "#f8fafc"
font = "sans serif"