feat: Добавлены файлы конфигурации окружения
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: "http://192.168.1.22:8090",
|
||||
apiUrl: "http://10.1.1.40:8090",
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'http://192.168.1.22:8090',
|
||||
apiUrl: 'http://10.1.1.40:8090',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user