Commit 8da51cf1 authored by Rafael Monnerat's avatar Rafael Monnerat

Make slapos.vifib.com the default url for master web.

parent bd29bc8e
......@@ -36,7 +36,7 @@ setup(name=name,
],
keywords='slapos core',
license='GPLv3',
url='http://www.slapos.org',
url='http://community.slapos.org',
author='VIFIB',
namespace_packages=['slapos'],
packages=find_packages(),
......
......@@ -51,7 +51,7 @@ class ConfigureClientCommand(ClientConfigCommand):
' (default: %(default)s)')
ap.add_argument('--master-url-web',
default='https://www.slapos.org',
default='https://slapos.vifib.com',
help='URL of SlapOS Master webservice to register certificates'
' (default: %(default)s)')
......
......@@ -64,7 +64,7 @@ class RegisterCommand(Command):
' (default: %(default)s)')
ap.add_argument('--master-url-web',
default='https://www.slapos.org',
default='https://slapos.vifib.com',
help='URL of SlapOS Master webservice to register certificates'
' (default: %(default)s)')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment