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 # PROJECT IDENTITY
c['projectName'] = "Blender" c['projectName'] = "Blender"
#c['projectURL'] = "https://www.blender.org" c['projectURL'] = "https://www.blender.org"
c['projectURL'] = "http://localhost:8010/"
# Buildbot information # Buildbot information
# c['buildbotURL'] = "https://builder.blender.org/admin/" c['buildbotURL'] = "https://builder.blender.org/admin/"
c['buildbotURL'] = "http://localhost:8010/"
c['buildbotNetUsageData'] = 'basic' c['buildbotNetUsageData'] = 'basic'
# Various # Various
c['db_url'] = "sqlite:///state.sqlite" c['db_url'] = "sqlite:///state.sqlite"
c['title'] = "Blender" c['title'] = "Blender"
#c['titleURL'] = "https://builder.blender.org/" c['titleURL'] = "https://builder.blender.org/"
c['titleURL'] = "http://localhost:8010/"
# Disable sending of 'buildbotNetUsageData' for now, to improve startup time. # Disable sending of 'buildbotNetUsageData' for now, to improve startup time.
c['buildbotNetUsageData'] = None c['buildbotNetUsageData'] = None