diff --git a/.env b/.env deleted file mode 100644 index 57481e8..0000000 --- a/.env +++ /dev/null @@ -1,10 +0,0 @@ -ORCH_PLANE_API_URL=http://plane-app-api-1:8000 -ORCH_PLANE_API_TOKEN= -ORCH_PLANE_WORKSPACE_SLUG= -ORCH_PLANE_WEBHOOK_SECRET= -ORCH_GITEA_URL=http://localhost:3000 -ORCH_GITEA_TOKEN=c81227b0dee2217f9ab3d28c3642a4578a1b9772 -ORCH_GITEA_WEBHOOK_SECRET= -ORCH_CLAUDE_BIN=/usr/bin/claude -ORCH_REPOS_DIR=/home/slin/repos -ORCH_DB_PATH=/app/data/orchestrator.db diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env