Skip to content

Commit

Permalink
Forgot config variable path prefix.
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Phelps <[email protected]>
  • Loading branch information
naphelps committed Feb 13, 2025
1 parent 396b0fc commit a5ed000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/exchange.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ api {
root.enabled = ${?EXCHANGE_ROOT_ENABLED}
root.password = ${?EXCHANGE_ROOT_PW}

tls.password = ${?tls.password}
tls.password = ${?api.tls.password}
tls.password = ${?EXCHANGE_TLS_PASSWORD}
tls.truststore = ${?tls.truststore}
tls.truststore = ${?api.tls.truststore}
tls.truststore = ${?EXCHANGE_TLS_TRUSTSTORE}
}

Expand Down

0 comments on commit a5ed000

Please sign in to comment.