fixed .gitignore and .env removed from repo

This commit is contained in:
tdv
2025-09-01 13:21:29 +03:00
parent c5632f6a37
commit 35c5a4dc46
2 changed files with 3 additions and 18 deletions

16
.env
View File

@@ -1,16 +0,0 @@
VAULT_ADDR=http://vault:8200
VAULT_TOKEN=root
VAULT_KV_PATH=kv/data/snoop
CONFIG_MODE=dev
DB_DSN=postgres://snoop:example@postgres:5432/snoop?sslmode=disable
MINIO_ENDPOINT=minio:9000
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
MINIO_USE_SSL=false
MINIO_RECORDS_BUCKET=records
MINIO_LIVESTREAM_BUCKET=livestream
MINIO_PRESIGN_TTL_SECONDS=900
JWT_SECRET=devsupersecret
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin

View File

@@ -7,8 +7,8 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
management-ui/node_modules
management-ui/dist
dist-ssr
*.local
@@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.env