feat: add admin config loader with multi-key support
Made-with: Cursor
This commit is contained in:
4
backend/config/admins.example.json
Normal file
4
backend/config/admins.example.json
Normal file
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{ "name": "Alice", "key": "change-me-alice-key" },
|
||||
{ "name": "Bob", "key": "change-me-bob-key" }
|
||||
]
|
||||
Reference in New Issue
Block a user