fix: add get_config template to pre_startup

This commit is contained in:
2024-07-04 09:55:03 +02:00
parent 0dfcedc47f
commit 4907c5db27

View File

@@ -12,3 +12,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})