Revert my recent changes to bodhi production.ini until later.

This commit is contained in:
Randy Barlow 2016-09-10 18:48:54 +00:00
parent 074aef6bc8
commit b0e3a97d57

View file

@ -4,7 +4,7 @@ prefix = /
scheme = https scheme = https
[app:main] [app:main]
use = egg:bodhi-server use = egg:bodhi
filter-with = proxy-prefix filter-with = proxy-prefix
# Release status # Release status
@ -393,7 +393,7 @@ updateinfo_rights = Copyright (C) 2015 Red Hat, Inc. and others.
## ##
# pyramid.openid # pyramid.openid
openid.success_callback = bodhi.server.security:remember_me openid.success_callback = bodhi.security:remember_me
openid.provider = https://id.fedoraproject.org/openid/ openid.provider = https://id.fedoraproject.org/openid/
openid.url = https://id.fedoraproject.org/ openid.url = https://id.fedoraproject.org/
openid_template = {username}.id.fedoraproject.org openid_template = {username}.id.fedoraproject.org
@ -429,7 +429,7 @@ sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi/bodhi2
## ##
## Templates ## Templates
## ##
mako.directories = bodhi:server/templates mako.directories = bodhi:templates
## ##
## Authentication & Sessions ## Authentication & Sessions
@ -458,8 +458,8 @@ host = 0.0.0.0
port = 6543 port = 6543
[pshell] [pshell]
m = bodhi.server.models m = bodhi.models
#db = bodhi.server.models.DBSession #db = bodhi.models.DBSession
t = transaction t = transaction
# Begin logging configuration # Begin logging configuration