chore: update

This commit is contained in:
TakahashiNg
2026-05-11 10:00:38 +00:00
parent 3f5ef961df
commit 32f5ac9f17
3 changed files with 1 additions and 7 deletions
-4
View File
@@ -62,10 +62,6 @@
<artifactId>quarkus-junit5-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mongodb-panache</artifactId>
@@ -16,7 +16,7 @@ quarkus.native.additional-build-args=--future-defaults=all
quarkus.index-dependency.lib.group-id=com.drinkool
quarkus.index-dependency.lib.artifact-id=lib
# MongoDB connection
# MongoDB
quarkus.mongodb.connection-string=mongodb://${MONGO_SERVICE_SERVICE_HOST:host.docker.internal}:27017
quarkus.mongodb.database=drinkool_db
@@ -1,2 +0,0 @@
# Redis
quarkus.redis.hosts=redis://${REDIS_SERVICE_SERVICE_HOST:localhost}:${REDIS_SERVICE_SERVICE_PORT:6379}