Skip to content

Commit

Permalink
removing the intermediate domain requiring a certificate.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Dec 15, 2019
1 parent 454cef0 commit 8f20371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion errbot/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
CORE_BACKENDS = path.join(HERE, 'backends')
CORE_STORAGE = path.join(HERE, 'storage')

PLUGIN_DEFAULT_INDEX = 'https://repos.errbot.io/repos.json'
PLUGIN_DEFAULT_INDEX = 'https://errbot-1127.appspot.com/repos.json'


def bot_config_defaults(config):
Expand Down
2 changes: 1 addition & 1 deletion errbot/core_plugins/vcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from errbot.utils import version2tuple
from errbot.version import VERSION

HOME = 'http://version.errbot.io/'
HOME = 'https://errbot-1127.appspot.com/'

installed_version = version2tuple(VERSION)

Expand Down

0 comments on commit 8f20371

Please sign in to comment.