diff --git a/template/{{project_name}}/bec_ipython_client/startup/pre_startup.py b/template/{{project_name}}/bec_ipython_client/startup/pre_startup.py index 1132c92..972a34a 100644 --- a/template/{{project_name}}/bec_ipython_client/startup/pre_startup.py +++ b/template/{{project_name}}/bec_ipython_client/startup/pre_startup.py @@ -14,3 +14,10 @@ def extend_command_line_args(parser): # parser.add_argument("--session", help="Session name", type=str, default="cSAXS") return parser + + +# def get_config() -> ServiceConfig: +# """ +# Create and return the service configuration. +# """ +# return ServiceConfig(redis={"host": "localhost", "port": 6379})