Merge pull request #70 from AlineRinquin/aline

variables envoronement
This commit is contained in:
AlineRinquin 2022-03-02 16:07:38 +01:00 committed by GitHub
commit 5a3d15dcd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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