@@ -20,7 +20,7 @@ interface httpResponse {
})
export class TirageComponent implements OnInit {
- private readonly URL = "http://localhost:4000"
+ private readonly URL = "https://api-prod.foodgame.fr"
user: User
formTirage: FormGroup
messageError: string = null
@@ -39,8 +39,8 @@ services:
database_prod:
image: mongo:4.4.6
- ports:
- - "27017:27017"
+ # ports:
+ # - "27017:27017"
volumes:
- ./backup:/backup
- mongo_data_prod:/data/db