Correction to previous commit

This commit is contained in:
2018-02-19 17:11:11 +01:00
parent 68728ca910
commit 852d009605

View File

@@ -374,20 +374,17 @@ c['www']['authz'] = authz
# PROJECT IDENTITY
c['projectName'] = "Blender"
#c['projectURL'] = "https://www.blender.org"
c['projectURL'] = "http://localhost:8010/"
c['projectURL'] = "https://www.blender.org"
# Buildbot information
# c['buildbotURL'] = "https://builder.blender.org/admin/"
c['buildbotURL'] = "http://localhost:8010/"
c['buildbotURL'] = "https://builder.blender.org/admin/"
c['buildbotNetUsageData'] = 'basic'
# Various
c['db_url'] = "sqlite:///state.sqlite"
c['title'] = "Blender"
#c['titleURL'] = "https://builder.blender.org/"
c['titleURL'] = "http://localhost:8010/"
c['titleURL'] = "https://builder.blender.org/"
# Disable sending of 'buildbotNetUsageData' for now, to improve startup time.
c['buildbotNetUsageData'] = None