Modernize variables in the badges-frontend role.

This commit is contained in:
Ralph Bean 2014-01-16 14:56:06 +00:00
parent 5e61d476e9
commit 50a49a5378

View file

@ -27,7 +27,7 @@ pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
sqlalchemy.url = postgresql://${tahrirDBUser}:${tahrirDBPassword}@db-tahrir/tahrir
sqlalchemy.url = postgresql://{{tahrirDBUser}}:{{tahrirDBPassword}}@db-tahrir/tahrir
mako.directories=tahrir:templates
@ -74,8 +74,8 @@ tahrir.social.twitter_user_hash = #fedora
tahrir.social.gplus = True
session.secret="${tahrirSessionSecret}"
authnsecret="${tahrirAuthnSecret}"
session.secret="{{tahrirSessionSecret}}"
authnsecret="{{tahrirAuthnSecret}}"
moksha.domain = fedoraproject.org