Modernize variables in the badges-frontend role.
This commit is contained in:
parent
5e61d476e9
commit
50a49a5378
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue