Commit ff354ad 1 parent 6d5dca1 commit ff354ad Copy full SHA for ff354ad
File tree 2 files changed +2
-2
lines changed
backend/starter-tls/src/main/resources
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ client:
10
10
ssl :
11
11
key-store-type : PKCS12
12
12
key-store : classpath:keystore/itmo-dating-backend.p12
13
- key-store-password : ${server.ssl.key-store-password }
13
+ key-store-password : ${ITMO_DATING_KEY_STORE_PASSWORD }
14
14
protocol : TLSv1.3
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ services:
101
101
build :
102
102
context : ./backend/gateway
103
103
environment :
104
- ITMO_DATING_EXT_KEY_STORE_PASSWORD : ${ITMO_DATING_KEYSTORE_PASSWORD ?:err}
104
+ ITMO_DATING_EXT_KEY_STORE_PASSWORD : ${ITMO_DATING_EXT_KEY_STORE_PASSWORD ?:err}
105
105
ITMO_DATING_KEY_STORE_PASSWORD : ${ITMO_DATING_KEYSTORE_PASSWORD?:err}
106
106
tty : true
107
107
hostname : gateway.dating.se.ifmo.ru
You can’t perform that action at this time.
0 commit comments