Update client/src/environments/environment.prod.ts
This commit is contained in:
@@ -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',
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user