variables envoronement

This commit is contained in:
AlineRinquin 2022-03-02 14:01:01 +01:00
parent 547740dd44
commit 7c1eeaca82

View file

@ -4,7 +4,7 @@
export const environment = { export const environment = {
production: false, production: false,
apiUrl: 'http://localhost:8080', apiUrl: 'http://localhost:8088',
tokenKey: 'TOKEN-ORGANIZEE', tokenKey: 'TOKEN-ORGANIZEE',
}; };