navix/backend/.env.example
2025-12-10 08:33:04 +02:00

16 lines
391 B
Plaintext

# MinIO Configuration
MINIO_ENDPOINT=s3.dvirlabs.com
MINIO_ACCESS_KEY=your-access-key
MINIO_SECRET_KEY=your-secret-key
MINIO_BUCKET=navix-icons
# PostgreSQL Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=navix
DB_USER=navix_user
DB_PASSWORD=navix_secure_password_change_me
# JWT Authentication
JWT_SECRET_KEY=your-super-secret-jwt-key-change-this-in-production-min-32-chars