environnement.ts

This commit is contained in:
Vincent Ramiere 2022-03-11 15:38:59 +01:00
parent c0046df8fb
commit 14a8c1b45c

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"
}; };