feat: update environment configurations and improve Docker health checks

This commit is contained in:
Vincent Guillet
2025-11-20 22:34:19 +01:00
parent 0db746afd3
commit ccd73cd478
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
export const environment = {
production: true,
apiUrl: 'https://dev.unifihomenetwork.com/gameovergne-api'
};

View File

@@ -0,0 +1,4 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:3000/api'
};