Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
OWL2YAMS
Commits
818aeb7115a7
Commit
818aeb71
authored
Nov 19, 2021
by
Fabien Amarger
Browse files
fix(entities): Set the base-url with the param if defined, otherwise use default localhost
parent
9af5ea80be28
Changes
1
Hide whitespace changes
Inline
Side-by-side
owl2yams/__init__.py
View file @
818aeb71
...
...
@@ -228,6 +228,12 @@
action
=
"store_true"
,
help
=
"Only create the cube and exit (no instance and db-init)"
,
)
parser
.
add_argument
(
"--base-url"
,
"-b"
,
default
=
"http://localhost:8080/"
,
help
=
"Set CW URI base-url"
,
)
args
=
parser
.
parse_args
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment