Taskotron-dev: Change configuration for new buildbot

This commit is contained in:
František Zatloukal 2019-02-07 13:34:41 +01:00
parent cd93e7a40b
commit 70426b4bdf

View file

@ -390,14 +390,14 @@ c['services'].append(sp)
# home pages (linked to the 'titleURL').
c['title'] = "Taskotron"
c['titleURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}/"
c['titleURL'] = "https://{{ external_hostname }}/{{buildmaster_endpoint}}/"
# the 'buildbotURL' string should point to the location where the buildbot's
# internal web server is visible. This typically uses the port number set in
# the 'www' entry below, but with an externally-visible host name which the
# buildbot cannot figure out without some help.
c['buildbotURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}/"
c['buildbotURL'] = "https://{{ external_hostname }}/{{buildmaster_endpoint}}/"
####### WEB
@ -436,8 +436,3 @@ c['db'] = {
'db_url' : "postgresql://{{ local_buildmaster_db_user }}:{{ local_buildmaster_db_password }}@127.0.0.1/{{ buildmaster_db_name }}",
{% endif %}
}
# TODO: REMOVE THIS
c['db'] = {
'db_url' : "sqlite:///state.sqlite",
}