fix(staging): bootstrap database model key
This commit is contained in:
@@ -87,6 +87,7 @@ RECTIFICATION_PRICE_CREDITS=3
|
||||
|
||||
# Required to encrypt/decrypt model-provider API keys stored in the admin database.
|
||||
# Base64 decoding must produce exactly 32 random bytes; do not reuse other keys.
|
||||
# Staging migration/deploy creates this once when absent and removes legacy model API-key settings.
|
||||
MODEL_PROVIDER_CONFIG_ENCRYPTION_KEY=<independent-base64-encoded-32-byte-key>
|
||||
# OpenAI-compatible origins must be explicitly server-allowlisted.
|
||||
# MODEL_PROVIDER_BASE_URL_ALLOWLIST=https://api.deepseek.com
|
||||
|
||||
Reference in New Issue
Block a user