Skip to content

Commit bbee857

Browse files
committed
chore: remove more configs
1 parent b3c3d12 commit bbee857

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

groupChatService/src/main/resources/application.properties

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@ spring.data.mongodb.uri=mongodb://root:example@localhost:27017/groups_db?authSou
33
spring.cloud.compatibility-verifier.enabled=false
44
server.port=8083
55

6-
7-
# logging configuration to create the file and unify log format
8-
logging.level.root=INFO
9-
logging.file.name=logs/app.log
10-
logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
11-
12-
136
spring.mvc.throw-exception-if-no-handler-found=true
147
spring.web.resources.add-mappings=false
158
server.error.include-stacktrace=never
169
server.error.include-message=always
1710

18-
user-service.url=http://localhost:8086
11+
user-service.url=http://localhost:8086

0 commit comments

Comments
 (0)