feat: add admin config loader with multi-key support

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-23 03:46:09 -04:00
parent ac26ac2ac5
commit fd72c0d7ee
4 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[
{ "name": "Alice", "key": "change-me-alice-key" },
{ "name": "Bob", "key": "change-me-bob-key" }
]