feature: parametrize install ioc with dev/prod
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ def add(
|
||||
):
|
||||
init_logging()
|
||||
ServiceCreator(
|
||||
ioc_host="ex-host", # TODO
|
||||
ioc_host="ex-host", # TODO: "sls-vserv-bd-01{{ agebd_env }}"
|
||||
ioc_port=9999, # TODO
|
||||
user="user", # TODO
|
||||
).add_service(name=name)
|
||||
|
||||
Reference in New Issue
Block a user