Correct the meeting base URL for our meetbot
Configure the base URL to something which actually resolves in DNS and serves the expected content. Change-Id: I4cfb22c8ba573ea7b689d5131b8a977d0eef5518
This commit is contained in:
parent
3d5d2779d2
commit
b66cd3fdde
@ -1,5 +1,5 @@
|
|||||||
class Config(object):
|
class Config(object):
|
||||||
# These two are **required**:
|
# These two are **required**:
|
||||||
logFileDir = '/var/lib/limnoria/opendev/meetings/'
|
logFileDir = '/var/lib/limnoria/opendev/meetings/'
|
||||||
logUrlPrefix = 'https://eavesdrop.opendev.org/meetings/'
|
logUrlPrefix = 'https://meetings.opendev.org/meetings/'
|
||||||
filenamePattern = '%(meetingname)s/%%Y/%(meetingname)s.%%F-%%H.%%M'
|
filenamePattern = '%(meetingname)s/%%Y/%(meetingname)s.%%F-%%H.%%M'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user