mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-09-24 17:00:52 +01:00
fix(auth): rename the API_KEY env var to SHELFMARK_API_KEY (#1374)
This commit is contained in:
@@ -185,7 +185,7 @@ def _generate_bootstrap_env_docs() -> list[str]:
|
||||
"default": "false",
|
||||
},
|
||||
{
|
||||
"name": "API_KEY",
|
||||
"name": "SHELFMARK_API_KEY",
|
||||
"description": "Optional static API key. When set, requests carrying it as 'Authorization: Bearer <key>' (or X-Api-Key) are authenticated as an admin; browser sessions keep working. Unset = off.",
|
||||
"type": "string",
|
||||
"default": "unset",
|
||||
|
||||
Reference in New Issue
Block a user