BaseHref changed

develop-jenkins
Manuel Aranda Rosales 2024-10-22 11:56:32 +02:00
parent d89fabf7f3
commit a0deb37a35
5 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
NG_APP_BASE_API_URL=https://localhost:8443 NG_APP_BASE_API_URL=https://127.0.0.1:8443

View File

View File

@ -29,6 +29,7 @@
"build": { "build": {
"builder": "@ngx-env/builder:application", "builder": "@ngx-env/builder:application",
"options": { "options": {
"baseHref": "/oggui/",
"localize": true, "localize": true,
"aot": true, "aot": true,
"outputPath": "dist/og-webconsole", "outputPath": "dist/og-webconsole",
@ -55,8 +56,8 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "4mb",
"maximumError": "1mb" "maximumError": "8mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
@ -89,8 +90,8 @@
"options": { "options": {
"port": 4200, "port": 4200,
"ssl": true, "ssl": true,
"sslKey": "./ssl/oggui.uds-test.net.key.pem", "sslKey": "./ssl/oggui.uds-test.net.key.pem",
"sslCert": "./ssl/oggui.uds-test.net.crt.pem" "sslCert": "./ssl/oggui.uds-test.net.crt.pem"
}, },
"configurations": { "configurations": {
"production": { "production": {
@ -139,4 +140,4 @@
"cli": { "cli": {
"analytics": "95fac95c-8936-41a8-8c9c-1fae82fe6912" "analytics": "95fac95c-8936-41a8-8c9c-1fae82fe6912"
} }
} }

View File

View File