Skip to content

Commit 07c06ca

Browse files
committed
log graphql queries at info level
1 parent 79ee326 commit 07c06ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ management.endpoint.health.status.http-mapping.UP=200
2323
management.endpoint.health.status.http-mapping.DOWN=500
2424

2525
# MongoDB credentials. See ReactiveMongoConfig where we compose them together
26-
spring.data.mongodb.host=
27-
spring.data.mongodb.port=
26+
spring.data.mongodb.host=10.20.3.154
27+
spring.data.mongodb.port=27017
2828
spring.data.mongodb.username=${MONGO_USER}
2929
spring.data.mongodb.password=${MONGO_PWD}
3030
spring.data.mongodb.database=annot

0 commit comments

Comments
 (0)