Files
bamort/docker/.env.example
T

12 lines
349 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
2025-08-13 07:14:04 +02:00
VITE_API_URL=http://localhost:8180
# Add other environment variables as needed