10 lines
313 B
Bash
10 lines
313 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
|
||
|
|
# Add other environment variables as needed
|