fixed .gitignore and .env removed from repo
This commit is contained in:
16
.env
16
.env
@@ -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
|
||||
5
management-ui/.gitignore → .gitignore
vendored
5
management-ui/.gitignore → .gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user