Skip to content

Commit 88ac0b8

Browse files
committed
Update fix Bug
1 parent cc46f1f commit 88ac0b8

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

chat-service/src/main/resources/application.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ server:
22
port: 8089
33
servlet:
44
context-path: /chat
5-
ssl:
6-
enabled: true
7-
key-store: classpath:ssl/chat.p12
8-
key-store-type: PKCS12
9-
key-store-password: changeit
10-
key-alias: chat-https
11-
client-auth: need
12-
trust-store: classpath:ssl/truststore.p12
13-
trust-store-type: PKCS12
14-
trust-store-password: changeit
5+
# ssl:
6+
# enabled: true
7+
# key-store: classpath:ssl/chat.p12
8+
# key-store-type: PKCS12
9+
# key-store-password: changeit
10+
# key-alias: chat-https
11+
# client-auth: need
12+
# trust-store: classpath:ssl/truststore.p12
13+
# trust-store-type: PKCS12
14+
# trust-store-password: changeit
1515

1616
spring:
1717
application:

post-service/src/main/resources/application-docker.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
file:
2-
service:
3-
file-url: http://file-service:8082
4-
51
spring:
62
datasource:
73
url: jdbc:postgresql://post-db:5432/${POST_DATABASE}

0 commit comments

Comments
 (0)