ci: docker_tag=ext - Fix config formatting
All checks were successful
build-and-push-ext / build_push (push) Successful in 6m9s

This commit is contained in:
4NK Dev 2025-09-21 20:53:36 +00:00
parent 5127836232
commit 6420dea8c3

View File

@ -27,4 +27,4 @@ export const config: AppConfig = loadConfig();
// Validate required environment variables
if (!config.apiKey || config.apiKey === 'your-api-key-change-this') {
console.warn('⚠️ Warning: Using default API key. Set API_KEY environment variable for production.');
}
}