read secret key from config.json

This commit is contained in:
2022-06-12 17:17:57 +08:00
parent c7382a1561
commit 4fcd962cc9
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{
"api": {
"secret": "CHANGE_YOUR_SECRET_HERE",
"database_name": "music.sqlite3",
"single_thread": true,
"addr": ":8080",