iad2: totpcgi: change a few more template places with phx2 in them.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6e90c73bde
commit
e273d8d1cc
1 changed files with 3 additions and 3 deletions
|
@ -67,11 +67,11 @@ makedb = True
|
||||||
|
|
||||||
; For PostgreSQL backend:
|
; For PostgreSQL backend:
|
||||||
engine = pgsql
|
engine = pgsql
|
||||||
pg_connect_string = user={{ totpcgiadminDBUser }} password={{ totpcgiadminDBPassword }} host=db-fas01{{ env_suffix }}.phx2.fedoraproject.org dbname=totpcgi
|
pg_connect_string = user={{ totpcgiadminDBUser }} password={{ totpcgiadminDBPassword }} host=db-fas01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org dbname=totpcgi
|
||||||
|
|
||||||
[pincode_backend]
|
[pincode_backend]
|
||||||
engine = pgsql
|
engine = pgsql
|
||||||
pg_connect_string = user={{ totpcgiadminDBUser }} password={{ totpcgiadminDBPassword }} host=db-fas01{{ env_suffix }}.phx2.fedoraproject.org dbname=totpcgi
|
pg_connect_string = user={{ totpcgiadminDBUser }} password={{ totpcgiadminDBPassword }} host=db-fas01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org dbname=totpcgi
|
||||||
|
|
||||||
; For LDAP backend (simple bind auth):
|
; For LDAP backend (simple bind auth):
|
||||||
;engine = ldap
|
;engine = ldap
|
||||||
|
@ -85,4 +85,4 @@ pg_connect_string = user={{ totpcgiadminDBUser }} password={{ totpcgiadminDBPass
|
||||||
|
|
||||||
; For PostgreSQL backend:
|
; For PostgreSQL backend:
|
||||||
engine = pgsql
|
engine = pgsql
|
||||||
pg_connect_string = user={{ totpcgiadminDBUser }} password={{ totpcgiadminDBPassword }} host=db-fas01{{ env_suffix }}.phx2.fedoraproject.org dbname=totpcgi
|
pg_connect_string = user={{ totpcgiadminDBUser }} password={{ totpcgiadminDBPassword }} host=db-fas01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org dbname=totpcgi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue