add admin interface with article and event management features
This commit is contained in:
+5
-1
@@ -3,6 +3,10 @@
|
||||
"port": 3001,
|
||||
"host": "0.0.0.0"
|
||||
},
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"password": "changeme"
|
||||
},
|
||||
"database": {
|
||||
"path": "./archive.sqlite"
|
||||
},
|
||||
@@ -19,7 +23,7 @@
|
||||
"tickers": []
|
||||
},
|
||||
"openRouter": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"apiKey": "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",
|
||||
"embeddingModel": "qwen/qwen3-embedding-8b"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user