diff --git a/cryptide_project/src/AdressSetup.ts b/cryptide_project/src/AdressSetup.ts index 38381b9..e37569f 100644 --- a/cryptide_project/src/AdressSetup.ts +++ b/cryptide_project/src/AdressSetup.ts @@ -1,7 +1,7 @@ const ADRESSE_WEBSERVER = "http://localhost:3002" // const ADRESSE_DBSERVER = "http://172.20.10.4:3003" -const ADRESSE_DBSERVER = "http://localhost:3003" +const ADRESSE_DBSERVER = "https://codefirst.iut.uca.fr/containers/Crypteam-api:3003" const tmp = ADRESSE_DBSERVER const tmp2 = ADRESSE_WEBSERVER