Merge pull request #158 from arillo/feature/default-color-via-config

allow for custom color swatches via config/default.json
This commit is contained in:
banglashi
2021-02-06 00:14:22 +01:00
committed by GitHub
4 changed files with 46 additions and 18 deletions

View File

@@ -33,5 +33,6 @@
"mail_smtp_secure": true,
"mail_smtp_require_tls": true,
"mail_smtp_user": "your.smtp.user",
"mail_smtp_pass": "your.secret.smtp.password"
"mail_smtp_pass": "your.secret.smtp.password",
"spacedeck": {}
}