feat: Добавлены файлы конфигурации окружения

This commit is contained in:
2026-09-11 14:49:07 +03:00
parent 11301315d3
commit f881eba1f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: false, production: false,
apiUrl: "http://192.168.1.22:8090", apiUrl: "http://10.1.1.40:8090",
}; };
+1 -1
View File
@@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl: 'http://192.168.1.22:8090', apiUrl: 'http://10.1.1.40:8090',
}; };