POSTGRES_USER=rentpg POSTGRES_PASSWORD=rentpg POSTGRES_DB=rental_platform

REDIS_HOST=redis REDIS_PORT=6379

MINIO_ENDPOINT=minio MINIO_PORT=9000 MINIO_ACCESS_KEY=admin MINIO_SECRET_KEY=password123 MINIO_BUCKET=avatars MINIO_SSL=false

SMTP_HOST=mailhog SMTP_PORT=1025

JWT_SECRET=change-me-in-production JWT_EXPIRES_IN=15m JWT_REFRESH_EXPIRES_IN=7d

PORT=3000 NODE_ENV=production


DATABASE_URL=“postgresql:pgrent:pgrent@localhost:5433/rental_platform” REDIS_URL=“redis:localhost:6379”

MINIO_ENDPOINT=“localhost”

MINIO_PORT=9000

MINIO_ACCESS_KEY=minio

MINIO_SECRET_KEY=minio123

DokuWiki Appliance - Powered by TurnKey Linux