Commit 254ac58e authored by Rafael Monnerat's avatar Rafael Monnerat

No more slapos.vifib.com

parent 5aec3392
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: here.getLayoutProperty("configuration_slapos_master_web_url", default="https://slapos.vifib.com")</string> </value> <value> <string>python: here.getLayoutProperty("configuration_slapos_master_web_url", default="https://panel.rapid.space")</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -53,7 +53,7 @@ class ConfigureClientCommand(ClientConfigCommand): ...@@ -53,7 +53,7 @@ class ConfigureClientCommand(ClientConfigCommand):
' (default: %(default)s)') ' (default: %(default)s)')
ap.add_argument('--master-url-web', ap.add_argument('--master-url-web',
default='https://slapos.vifib.com', default='https://panel.rapid.space',
help='URL of SlapOS Master webservice to register certificates' help='URL of SlapOS Master webservice to register certificates'
' (default: %(default)s)') ' (default: %(default)s)')
......
...@@ -73,7 +73,7 @@ class RegisterCommand(Command): ...@@ -73,7 +73,7 @@ class RegisterCommand(Command):
' (default: %(default)s)') ' (default: %(default)s)')
ap.add_argument('--master-url-web', ap.add_argument('--master-url-web',
default='https://slapos.vifib.com', default='https://panel.rapid.space',
help='URL of SlapOS Master webservice to register certificates' help='URL of SlapOS Master webservice to register certificates'
' (default: %(default)s)') ' (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