2025-08-12 22:09:15 +02:00
|
|
|
# Environment variables for Bamort production deployment
|
|
|
|
|
# Copy this file to .env and adjust the values as needed
|
|
|
|
|
|
2026-01-01 14:02:38 +01:00
|
|
|
#- API Configuration
|
|
|
|
|
API_URL=https://backend.domain.de
|
|
|
|
|
VITE_API_URL=https://backend.domain.de
|
2025-08-12 22:09:15 +02:00
|
|
|
|
2026-01-01 14:02:38 +01:00
|
|
|
#- Database Configuration Backend
|
|
|
|
|
DATABASE_TYPE=mysql
|
|
|
|
|
#DATABASE_URL=bamort:your_secure_user_password@tcp(mariadb:3306)/bamort?charset=utf8mb4&parseTime=True&loc=Local
|
2025-08-13 07:14:04 +02:00
|
|
|
|
2026-01-01 14:02:38 +01:00
|
|
|
#- MariaDB Configuration
|
|
|
|
|
MARIADB_ROOT_PASSWORD=your_secure_root_password
|
|
|
|
|
MARIADB_PASSWORD=your_secure_user_password
|
|
|
|
|
MARIADB_DATABASE=bamort
|
|
|
|
|
MARIADB_USER=bamort
|
|
|
|
|
|
|
|
|
|
API_PORT=8180
|
|
|
|
|
BASE_URL=https://frontend.domain.de
|
|
|
|
|
TEMPLATES_DIR=./templates
|
|
|
|
|
EXPORT_TEMP_DIR=./export_temp
|