mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2026-04-18 15:03:45 +00:00
revert default to localhost.
the slow resolution was due to Docker desktop... patch bump
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""module for package metadata."""
|
||||
|
||||
__version__ = '0.9.2'
|
||||
__version__ = '0.9.3'
|
||||
|
||||
@@ -11,7 +11,7 @@ from .__about__ import __version__ as version
|
||||
@click.option(
|
||||
'-d',
|
||||
'--domain',
|
||||
default='127.0.0.1',
|
||||
default='localhost',
|
||||
envvar='SLOBS_DOMAIN',
|
||||
show_default=True,
|
||||
show_envvar=True,
|
||||
|
||||
Reference in New Issue
Block a user