first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:3999/api/v1/',
|
||||
appVersion: require('../../package.json').version + '-dev',
|
||||
};
|
||||
@@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://myteamwallet.de/api/v1/',
|
||||
appVersion: require('../../package.json').version,
|
||||
};
|
||||
5
myteamwallet_frontend/src/environments/environment.ts
Normal file
5
myteamwallet_frontend/src/environments/environment.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://myteamwallet.de/api/v1/',
|
||||
appVersion: require('../../package.json').version,
|
||||
};
|
||||
Reference in New Issue
Block a user