Add default dev OPENAI_API_KEY

This commit is contained in:
Adria Navarro 2025-02-12 16:44:11 +01:00
parent c49ae39f31
commit 66491fe3ca
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ async function init() {
HTTP_LOGGING: "0",
VERSION: "0.0.0+local",
PASSWORD_MIN_LENGTH: "1",
OPENAI_API_KEY: "sk-abcdefghijklmnopqrstuvwxyz1234567890abcd",
}
config = { ...config, ...existingConfig }