Update client/src/environments/environment.prod.ts

This commit is contained in:
2025-11-28 15:49:10 +00:00
parent 687400ebd9
commit d526b8ab39

View File

@@ -1,5 +1,8 @@
export const environment = { export const environment = {
production: false, production: true,
// Traefik -> /gameovergne-api -> strip -> Spring /api
apiUrl: '/gameovergne-api/api', apiUrl: '/gameovergne-api/api',
psUrl: '/gameovergne/ps',
// Traefik -> /ps -> Nginx -> Presta /api
psUrl: '/ps',
}; };