[Config] Add app name to config file

This commit is contained in:
Qolzam
2018-02-05 13:18:44 +07:00
parent 06505a469f
commit 7aeb336949
10 changed files with 21 additions and 9 deletions

View File

@@ -6,5 +6,8 @@ export const environment = {
projectId: 'test-4515a',
storageBucket: 'test-4515a.appspot.com',
messagingSenderId: '964743099489'
},
settings: {
appName: 'Green'
}
}