Fix proper setting for URL
This commit is contained in:
@@ -338,14 +338,14 @@ c['projectName'] = "Blender"
|
||||
c['projectURL'] = "https://www.blender.org"
|
||||
|
||||
# Buildbot information
|
||||
c['buildbotURL'] = "https://builder.blender.org/"
|
||||
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/admin/"
|
||||
c['titleURL'] = "https://builder.blender.org/"
|
||||
|
||||
# Disable sending of 'buildbotNetUsageData' for now, to improve startup time.
|
||||
c['buildbotNetUsageData'] = None
|
||||
|
Reference in New Issue
Block a user