File size: 561 Bytes
ec011bb 13cd546 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[theme]
base = "light"
primaryColor = "#005AFF" # Nokia Blue
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F5F7FA"
textColor = "#1C1C1E"
linkColor = "#005AFF"
[theme.sidebar]
primaryColor = "#005AFF"
backgroundColor = "#F0F2F6"
secondaryBackgroundColor = "#E6E9EF"
textColor = "#1C1C1E"
linkColor = "#005AFF"
[server]
# Max size, in megabytes, for files uploaded with the file_uploader.
# Default: 200
#maxUploadSize = 500
# Max size, in megabytes, of messages that can be sent via the WebSocket
# connection.
# Default: 200
maxMessageSize = 300 |