We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2af66c commit 4b1c5f4Copy full SHA for 4b1c5f4
src/lightspeed_stack.py
@@ -74,8 +74,8 @@ def main() -> None:
74
raise SystemExit(1) from e
75
return
76
77
- # Store config path in env so each uvicorn worker can load it
78
- # (step is needed because process context isn’t shared).
+ # Store config path in env so each uvicorn worker can load it
+ # (step is needed because process context isn’t shared).
79
os.environ["LIGHTSPEED_STACK_CONFIG_PATH"] = args.config_file
80
81
# if every previous steps don't fail, start the service on specified port
0 commit comments