mirror of
https://github.com/kerberos-io/agent.git
synced 2025-09-27 04:26:33 +08:00
Update .gitignore and launch.json to reference .env.local instead of .env
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,6 +10,6 @@ machinery/data/recordings
|
|||||||
machinery/data/snapshots
|
machinery/data/snapshots
|
||||||
machinery/test*
|
machinery/test*
|
||||||
machinery/init-dev.sh
|
machinery/init-dev.sh
|
||||||
machinery/.env
|
machinery/.env.local
|
||||||
machinery/vendor
|
machinery/vendor
|
||||||
deployments/docker/private-docker-compose.yaml
|
deployments/docker/private-docker-compose.yaml
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -16,7 +16,7 @@
|
|||||||
"-port",
|
"-port",
|
||||||
"8080"
|
"8080"
|
||||||
],
|
],
|
||||||
"envFile": "${workspaceFolder}/machinery/.env",
|
"envFile": "${workspaceFolder}/machinery/.env.local",
|
||||||
"buildFlags": "--tags dynamic",
|
"buildFlags": "--tags dynamic",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user