Add localhost authorize for production

This commit is contained in:
2025-11-16 18:27:19 +07:00
parent ec88b124e6
commit 2baa2e173c

View File

@@ -45,7 +45,8 @@
"AllowedOrigins": [ "AllowedOrigins": [
"https://app.kaigen.ai", "https://app.kaigen.ai",
"https://api.kaigen.ai", "https://api.kaigen.ai",
"https://web-ui.kai.managing.live" "https://web-ui.kai.managing.live",
"http://localhost:3000"
] ]
}, },
"Authentication": { "Authentication": {
@@ -54,7 +55,8 @@
"ValidIssuer": "https://api.kaigen.ai", "ValidIssuer": "https://api.kaigen.ai",
"ValidAudiences": [ "ValidAudiences": [
"https://app.kaigen.ai", "https://app.kaigen.ai",
"https://web-ui.kai.managing.live" "https://web-ui.kai.managing.live",
"http://localhost:3000"
] ]
} }
} }