Update jwt config for sandbox

This commit is contained in:
2025-11-10 17:00:05 +07:00
parent 91c766de86
commit fec1c78b3c
8 changed files with 13 additions and 52 deletions

View File

@@ -42,18 +42,20 @@
"AllowedHosts": "*",
"Cors": {
"AllowedOrigins": [
"https://kaigen-web-kaigen-stage.up.railway.app/",
"https://dev-managing-api.apps.managing.live/health",
"https://web-ui.kai.managing.live"
"https://kaigen-web-kaigen-stage.up.railway.app",
"https://dev-managing-api.apps.managing.live",
"https://web-ui.kai.managing.live",
"http://localhost:3000"
]
},
"Authentication": {
"Schemes": {
"Bearer": {
"ValidIssuer": "https://dev-managing-api.apps.managing.live/health",
"ValidIssuer": "https://dev-managing-api.apps.managing.live",
"ValidAudiences": [
"https://kaigen-web-kaigen-stage.up.railway.app/",
"https://web-ui.kai.managing.live"
"https://kaigen-web-kaigen-stage.up.railway.app",
"https://web-ui.kai.managing.live",
"http://localhost:3000"
]
}
}