first commit, i i have no idea what i have done

This commit is contained in:
tdv
2025-08-31 22:42:08 +03:00
commit c5632f6a37
177 changed files with 9173 additions and 0 deletions

16
.env Normal file
View File

@@ -0,0 +1,16 @@
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