mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-01-02 02:00:22 -05:00
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com> Co-authored-by: Robbie Davis <robbie@therobbiedavis.com> Co-authored-by: Fabian Pammer <fpammer@mantro.net> Co-authored-by: Vinícius Licz <vinilicz@gmail.com>
38 lines
773 B
JSON
38 lines
773 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
|
|
}
|
|
}
|