Roll back updating the appconfig

This commit is contained in:
EduardoSantanaSeverino 2022-10-24 20:20:38 -04:00
Родитель c96ad561f3
Коммит 45f42bdcd8
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -7,4 +7,6 @@ RUN yarn run ng build --configuration production
# stage 2
FROM nginx
COPY --from=node /app/dist /usr/share/nginx/html
# This is a workaround to avoid updating the file outside the container.
RUN sed -i "s/https/http/g" /usr/share/nginx/html/assets/appconfig.production.json
COPY fast-nginx-default.conf /etc/nginx/conf.d/default.conf

Просмотреть файл

@ -1,5 +1,5 @@
{
"remoteServiceBaseUrl": "http://localhost:9902",
"remoteServiceBaseUrl": "https://localhost:44311",
"appBaseUrl": "http://localhost:4200",
"localeMappings": [
{