18 lines
347 B
Plaintext
18 lines
347 B
Plaintext
# Database
|
|
DATABASE_URL="postgresql://username:password@localhost:5432/winupdate_neo?schema=public"
|
|
|
|
# Auth
|
|
AUTH_USERNAME=admin
|
|
AUTH_PASSWORD=password
|
|
|
|
# Port
|
|
PORT=3000
|
|
|
|
# MinIO Configuration
|
|
MINIO_ENDPOINT=localhost
|
|
MINIO_PORT=9000
|
|
MINIO_USE_SSL=false
|
|
MINIO_ACCESS_KEY=your_access_key
|
|
MINIO_SECRET_KEY=your_secret_key
|
|
MINIO_BUCKET_NAME=winupdate
|