Files
DocNest/.env.example
2025-12-29 16:29:24 -08:00

9 lines
278 B
Plaintext

# Docker Compose Environment Variables
# Copy this file to .env and fill in your actual values
# WARNING: Never commit the actual .env file to version control
# PostgreSQL Configuration
POSTGRES_USER=collab
POSTGRES_PASSWORD=your_secure_password_here
POSTGRES_DB=collaboration