Add localhost authorize for production
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user