staging voor tst en develop toegevoegd
This commit is contained in:
4
src/environments/environment.development.ts
Normal file
4
src/environments/environment.development.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
baseApi: 'http://localhost:8080/api',
|
||||
production: false
|
||||
};
|
||||
4
src/environments/environment.test.ts
Normal file
4
src/environments/environment.test.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
baseApi: 'http://localhost:8080/api',
|
||||
production: false
|
||||
};
|
||||
4
src/environments/environment.ts
Normal file
4
src/environments/environment.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
baseApi: 'https://api.melvanveen.nl/api',
|
||||
production: true
|
||||
};
|
||||
Reference in New Issue
Block a user