diff --git a/ogWebconsole/.env b/ogWebconsole/.env index ec37e1d..c601c93 100644 --- a/ogWebconsole/.env +++ b/ogWebconsole/.env @@ -1 +1 @@ -NG_APP_BASE_API_URL=https://localhost:8443 \ No newline at end of file +NG_APP_BASE_API_URL=https://127.0.0.1:8443 diff --git a/ogWebconsole/.env.prod b/ogWebconsole/.env.prod new file mode 100644 index 0000000..e69de29 diff --git a/ogWebconsole/angular.json b/ogWebconsole/angular.json index 9bc7a28..04b2b17 100644 --- a/ogWebconsole/angular.json +++ b/ogWebconsole/angular.json @@ -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" } -} \ No newline at end of file +} diff --git a/ogWebconsole/docker-compose.yaml b/ogWebconsole/docker-compose.yaml new file mode 100644 index 0000000..e69de29 diff --git a/ogWebconsole/docker/nginx.conf b/ogWebconsole/docker/nginx.conf new file mode 100644 index 0000000..e69de29