Revert my recent changes to bodhi production.ini until later.
This commit is contained in:
parent
074aef6bc8
commit
b0e3a97d57
1 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ prefix = /
|
|||
scheme = https
|
||||
|
||||
[app:main]
|
||||
use = egg:bodhi-server
|
||||
use = egg:bodhi
|
||||
filter-with = proxy-prefix
|
||||
|
||||
# Release status
|
||||
|
@ -393,7 +393,7 @@ updateinfo_rights = Copyright (C) 2015 Red Hat, Inc. and others.
|
|||
##
|
||||
|
||||
# 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.url = https://id.fedoraproject.org/
|
||||
openid_template = {username}.id.fedoraproject.org
|
||||
|
@ -429,7 +429,7 @@ sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi/bodhi2
|
|||
##
|
||||
## Templates
|
||||
##
|
||||
mako.directories = bodhi:server/templates
|
||||
mako.directories = bodhi:templates
|
||||
|
||||
##
|
||||
## Authentication & Sessions
|
||||
|
@ -458,8 +458,8 @@ host = 0.0.0.0
|
|||
port = 6543
|
||||
|
||||
[pshell]
|
||||
m = bodhi.server.models
|
||||
#db = bodhi.server.models.DBSession
|
||||
m = bodhi.models
|
||||
#db = bodhi.models.DBSession
|
||||
t = transaction
|
||||
|
||||
# Begin logging configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue