diff --git a/.env.dev b/.env.dev index 80edcce..38e533f 100644 --- a/.env.dev +++ b/.env.dev @@ -1 +1,2 @@ -DRIVER=~fastapi+~httpx+~websockets \ No newline at end of file +DRIVER=~fastapi+~httpx+~websockets +COMMAND_START=["!", "!", "", "/"] \ No newline at end of file diff --git a/.env.prod b/.env.prod index 80edcce..38e533f 100644 --- a/.env.prod +++ b/.env.prod @@ -1 +1,2 @@ -DRIVER=~fastapi+~httpx+~websockets \ No newline at end of file +DRIVER=~fastapi+~httpx+~websockets +COMMAND_START=["!", "!", "", "/"] \ No newline at end of file