Create config.toml
Browse files- config.toml +6 -0
config.toml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[client]
|
| 2 |
+
showErrorDetails = "none"
|
| 3 |
+
|
| 4 |
+
[theme]
|
| 5 |
+
primaryColor = "#F63366"
|
| 6 |
+
backgroundColor = "white"
|