Files
bamort/docker/.env.example
T

10 lines
313 B
Bash
Raw Normal View History

# Environment variables for Bamort production deployment
# Copy this file to .env and adjust the values as needed
# MariaDB Configuration
MARIADB_ROOT_PASSWORD=your_secure_root_password_here
MARIADB_PASSWORD=your_secure_user_password_here
# Application Configuration
# Add other environment variables as needed