From ab1b3079f22d13ec936b4df37d98598effbbce7a Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Mon, 10 Oct 2022 23:55:18 +0200 Subject: [PATCH] change address --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8365c74..0b115d5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,7 +9,7 @@ mp.jwt.token.cookie=jwt quarkus.datasource.db-kind = postgresql quarkus.datasource.username = toto quarkus.datasource.password = toto -quarkus.datasource.jdbc.url = jdbc:postgresql://51.222.107.37:54321/toto +quarkus.datasource.jdbc.url = jdbc:postgresql://db.valczeryba.ovh:54321/toto # drop and create the database at startup (use `update` to only update the schema) #quarkus.hibernate-orm.database.generation = drop-and-create quarkus.hibernate-orm.database.generation = update @@ -25,7 +25,7 @@ quarkus.mailer.password=aohrpmqvxldwyebs quarkus.mailer.mock=false -quarkus.redis.hosts=redis://51.222.107.37:63791 +quarkus.redis.hosts=redis://redis.valczeryba.ovh:63791 quarkus.http.cors=true quarkus.http.origins=http://localhost:8084