File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed
chat-service/src/main/resources
post-service/src/main/resources Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff 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
1616spring :
1717 application :
Original file line number Diff line number Diff line change 1- file :
2- service :
3- file-url : http://file-service:8082
4-
51spring :
62 datasource :
73 url : jdbc:postgresql://post-db:5432/${POST_DATABASE}
You can’t perform that action at this time.
0 commit comments