# Example environment variables for docker-compose.yml
# Copy this file to .env and fill in your actual credentials
# The .env file is in .gitignore to prevent committing secrets
# Backend server 0 credentials
BACKEND_USER_0=your_username_here
BACKEND_PASS_0=your_password_here
# Backend server 1 credentials
BACKEND_USER_1=your_username_here
BACKEND_PASS_1=your_password_here
# Backend server 2 credentials
BACKEND_USER_2=your_username_here
BACKEND_PASS_2=your_password_here