Skip to content

Commit

Permalink
Merge pull request #65 from straubt1/tt/es-encryption-password
Browse files Browse the repository at this point in the history
Ensure encryption password is set for external services.
  • Loading branch information
bnferguson committed Feb 18, 2020
1 parent 1a5249f commit ee52131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/configs/templates/replicated/replicated-ptfe.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"hostname": {
"value": "${app_endpoint}"
},
"enc_password": {
"value": "${enc_password}"
%{ if installation_mode != "es" ~}
},
"installation_type": {
"value": "poc"
},
"enc_password": {
"value": "${enc_password}"
%{ else ~}
},
"installation_type": {
Expand Down

0 comments on commit ee52131

Please sign in to comment.