environment

This commit is contained in:
Bastian Wagner
2024-09-13 21:42:05 +02:00
parent d552bd0c09
commit 00d5498e00
11 changed files with 43 additions and 70 deletions

View File

@@ -1,3 +0,0 @@
export const environment = {
location: 'http://localhost:4200'
};

View File

@@ -0,0 +1,3 @@
export const environment = {
location: 'https://keyvaultpro.de'
};

View File

@@ -1,3 +1,3 @@
export const environment = {
location: 'https://keyvaultpro.de'
location: 'http://localhost:4200'
};