commit | cfee78713d326dbce272e364af8c61c8e249aeac | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Nov 09 18:15:48 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Nov 09 18:15:48 2017 -0500 |
tree | 003ababefba4ba2e0dc99321a0e4a42e432df6c4 | |
parent | c51c25a81fb9bc4eed59bee22167264ca6caea97 [diff] |
removed ticks from password fields
diff --git a/templates/devportal-postgres.conf.j2 b/templates/devportal-postgres.conf.j2 index 740a86e..020a07d 100644 --- a/templates/devportal-postgres.conf.j2 +++ b/templates/devportal-postgres.conf.j2
@@ -1,5 +1,5 @@ HOSTIP=$(hostname -i) MP_POD={{ opdk_mp_pod | default(default_mp_pod) }} REGION={{ region }} -PG_PWD='{{ devportal_pg_pass | default(pg_pass) }}' +PG_PWD={{ devportal_pg_pass | default(pg_pass) }}