BaseHref changed
parent
d89fabf7f3
commit
a0deb37a35
|
@ -1 +1 @@
|
|||
NG_APP_BASE_API_URL=https://localhost:8443
|
||||
NG_APP_BASE_API_URL=https://127.0.0.1:8443
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
"build": {
|
||||
"builder": "@ngx-env/builder:application",
|
||||
"options": {
|
||||
"baseHref": "/oggui/",
|
||||
"localize": true,
|
||||
"aot": true,
|
||||
"outputPath": "dist/og-webconsole",
|
||||
|
@ -55,8 +56,8 @@
|
|||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "500kb",
|
||||
"maximumError": "1mb"
|
||||
"maximumWarning": "4mb",
|
||||
"maximumError": "8mb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
|
@ -89,8 +90,8 @@
|
|||
"options": {
|
||||
"port": 4200,
|
||||
"ssl": true,
|
||||
"sslKey": "./ssl/oggui.uds-test.net.key.pem",
|
||||
"sslCert": "./ssl/oggui.uds-test.net.crt.pem"
|
||||
"sslKey": "./ssl/oggui.uds-test.net.key.pem",
|
||||
"sslCert": "./ssl/oggui.uds-test.net.crt.pem"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@ -139,4 +140,4 @@
|
|||
"cli": {
|
||||
"analytics": "95fac95c-8936-41a8-8c9c-1fae82fe6912"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue