production settings

This commit is contained in:
2019-08-05 07:28:25 +02:00
parent 7bd42bda84
commit 1e9d111ceb
15 changed files with 129 additions and 28 deletions

View File

@@ -3,7 +3,8 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
api: 'http://test.benjamin-ifland.de'
};
/*