environnement

This commit is contained in:
Romain 2022-03-11 20:52:07 +01:00
parent 0663a56350
commit 093b6b28f4

View File

@ -4,7 +4,7 @@
export const environment = { export const environment = {
production: false, production: false,
apiUrl: "http://localhost:8081", apiUrl: "http://localhost:8080",
tokenKey: "TOKEN-SIMPLEAT" tokenKey: "TOKEN-SIMPLEAT"
}; };