Add localhost authorize for production
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
"AllowedOrigins": [
|
||||
"https://app.kaigen.ai",
|
||||
"https://api.kaigen.ai",
|
||||
"https://web-ui.kai.managing.live"
|
||||
"https://web-ui.kai.managing.live",
|
||||
"http://localhost:3000"
|
||||
]
|
||||
},
|
||||
"Authentication": {
|
||||
@@ -54,7 +55,8 @@
|
||||
"ValidIssuer": "https://api.kaigen.ai",
|
||||
"ValidAudiences": [
|
||||
"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