12 lines
349 B
Bash
12 lines
349 B
Bash
# 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
|
|
VITE_API_URL=http://localhost:8180
|
|
|
|
# Add other environment variables as needed
|