taskotron-dev: fix using https in links
This commit is contained in:
parent
b65b7cbc29
commit
d13334971f
4 changed files with 6 additions and 6 deletions
|
@ -19,6 +19,6 @@ LOGFILR = '/var/log/execdb/execdb.log'
|
|||
SYSLOG_LOGGING = False
|
||||
STREAM_LOGGING = True
|
||||
|
||||
BUILDBOT_FRONTPAGE_URL = 'http://{{ external_hostname }}/taskmaster'
|
||||
RESULTSDB_FRONTPAGE_URL = 'http://{{ external_hostname }}/resultsdb'
|
||||
ARTIFACTS_BASE_URL = 'http://{{ external_hostname }}/artifacts/all'
|
||||
BUILDBOT_FRONTPAGE_URL = 'https://{{ external_hostname }}/taskmaster'
|
||||
RESULTSDB_FRONTPAGE_URL = 'https://{{ external_hostname }}/resultsdb'
|
||||
ARTIFACTS_BASE_URL = 'https://{{ external_hostname }}/artifacts/all'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue