mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-12-28 15:50:23 -05:00
Co-authored-by: DieselTech <30128380+DieselTech@users.noreply.github.com> Co-authored-by: majora2007 <josephmajora@gmail.com>
38 lines
810 B
JSON
38 lines
810 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:5000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/hubs": {
|
|
"target": "http://localhost:5000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug",
|
|
"ws": true
|
|
},
|
|
"/oidc/login": {
|
|
"target": "http://localhost:5000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/oidc/logout": {
|
|
"target": "http://localhost:5000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/signin-oidc": {
|
|
"target": "http://localhost:5000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/signout-callback-oidc": {
|
|
"target": "http://localhost:5000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
}
|
|
}
|