From 017119a8d03cc7f04b722fd27020d66a239462bf Mon Sep 17 00:00:00 2001 From: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:07:09 +0000 Subject: [PATCH] chore: update --- .gitea/workflows/test.yaml | 2 +- eatery-service/src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5994226..8552b71 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -55,7 +55,7 @@ jobs: ./mvnw -B verify \ -Dquarkus.container-image.push=false \ - -Dquarkus.test.container.network=${DOCKER_NET} + -Dquarkus.test.container.network=${DOCKER_NET} \ -Dquarkus.datasource.jdbc.url=jdbc:postgresql://${POSTGRES_IP}:5432/postgres \ -Dquarkus.redis.hosts=redis://${REDIS_IP}:6379 diff --git a/eatery-service/src/main/resources/application.properties b/eatery-service/src/main/resources/application.properties index 0843bd2..e0bf8da 100644 --- a/eatery-service/src/main/resources/application.properties +++ b/eatery-service/src/main/resources/application.properties @@ -3,7 +3,7 @@ quarkus.datasource.db-kind=postgresql quarkus.datasource.username=postgres quarkus.datasource.password=password -quarkus.datasource.jdbc.url=${QUARKUS_DATASOURCE_JDBC_URL:jdbc:postgresql://localhost:5432/postgres} +quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres ## Tự động tạo bảng từ Entity (chỉ dùng cho môi trường dev) quarkus.hibernate-orm.database.generation=update