mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-08-07 09:01:25 -04:00
[skip ci] Revert proxy stuff in the UI (#3977)
This commit is contained in:
parent
e5bdb29482
commit
b0059128b3
@ -14,7 +14,8 @@
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"style": "scss",
|
||||
"changeDetection": "OnPush"
|
||||
"changeDetection": "OnPush",
|
||||
"skipTests": true
|
||||
},
|
||||
"@schematics/angular:application": {
|
||||
"strict": true
|
||||
@ -99,8 +100,7 @@
|
||||
"sslKey": "./ssl/server.key",
|
||||
"sslCert": "./ssl/server.crt",
|
||||
"ssl": false,
|
||||
"buildTarget": "kavita-webui:build",
|
||||
"proxyConfig": "proxy.conf.json"
|
||||
"buildTarget": "kavita-webui:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@ -1,37 +0,0 @@
|
||||
{
|
||||
"/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
|
||||
}
|
||||
}
|
@ -6,8 +6,8 @@ const IP = 'localhost';
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://' + IP + ':4200/api/',
|
||||
hubUrl: 'http://'+ IP + ':4200/hubs/',
|
||||
apiUrl: 'http://' + IP + ':5000/api/',
|
||||
hubUrl: 'http://'+ IP + ':5000/hubs/',
|
||||
buyLink: 'https://buy.stripe.com/test_9AQ5mi058h1PcIo3cf?prefilled_promo_code=FREETRIAL',
|
||||
manageLink: 'https://billing.stripe.com/p/login/test_14kfZocuh6Tz5ag7ss'
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user