added documentation for SetUp

This commit is contained in:
2026-01-01 14:02:38 +01:00
parent 717f4abd34
commit a84ed99b20
2 changed files with 123 additions and 6 deletions
+16 -6
View File
@@ -1,11 +1,21 @@
# 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
#- API Configuration
API_URL=https://backend.domain.de
VITE_API_URL=https://backend.domain.de
# Application Configuration
VITE_API_URL=http://localhost:8180
#- Database Configuration Backend
DATABASE_TYPE=mysql
#DATABASE_URL=bamort:your_secure_user_password@tcp(mariadb:3306)/bamort?charset=utf8mb4&parseTime=True&loc=Local
# Add other environment variables as needed
#- 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