feat: update environment configurations and improve Docker health checks
This commit is contained in:
4
client/src/environments/environment.prod.ts
Normal file
4
client/src/environments/environment.prod.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://dev.unifihomenetwork.com/gameovergne-api'
|
||||
};
|
||||
4
client/src/environments/environment.ts
Normal file
4
client/src/environments/environment.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:3000/api'
|
||||
};
|
||||
Reference in New Issue
Block a user