From 58555d352f1eb716bed4e9ff8c25945ef01af8d9 Mon Sep 17 00:00:00 2001 From: cedricve Date: Thu, 15 May 2025 10:42:01 +0000 Subject: [PATCH] Update .gitignore and launch.json to reference .env.local instead of .env --- .gitignore | 2 +- .vscode/launch.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1e4aa56..c028795 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,6 @@ machinery/data/recordings machinery/data/snapshots machinery/test* machinery/init-dev.sh -machinery/.env +machinery/.env.local machinery/vendor deployments/docker/private-docker-compose.yaml \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 2ea7306..219c74d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,7 @@ "-port", "8080" ], - "envFile": "${workspaceFolder}/machinery/.env", + "envFile": "${workspaceFolder}/machinery/.env.local", "buildFlags": "--tags dynamic", }, {