Tell summershum where is src.fp.o and use http rather than https

This commit is contained in:
Pierre-Yves Chibon 2016-12-12 11:44:39 +01:00
parent a14e7b538a
commit 34f377b7e8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.5.126.23 infrastructure.fedoraproject.org
10.5.125.44 pkgs.fedoraproject.org
10.5.125.44 pkgs.fedoraproject.org src.fedoraproject.org
10.5.126.71 db-summershum db-summershum

View file

@ -2,7 +2,7 @@ config = {
# This is just a key to tell the fedmsg-hub to initialize us.
'summershum.enabled': True,
'summershum.sqlalchemy.url': 'postgresql://{{summershum_db_user}}:{{summershum_db_password}}@db-summershum/summershum',
'summershum.lookaside': 'https://src.fedoraproject.org/lookaside/pkgs/',
'summershum.lookaside': 'http://src.fedoraproject.org/lookaside/pkgs/',
'summershum.datagrepper': 'https://apps.fedoraproject.org/datagrepper/',
'logging': {