Update prod configuration.

This commit is contained in:
2019-08-05 22:11:17 +02:00
parent f5d3f63d18
commit 5e0fc4e448
2 changed files with 15 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
export const environment = {
production: false,
production: true,
appVersion: '1.1.0',
title: ''
};