261a6294cb
* added dynamic configuration of Port in Desktop app * added dynamic configuration of API_URL to docker deployments. Now it works with editing only .env file.
28 lines
791 B
Bash
28 lines
791 B
Bash
# Environment variables for Bamort development environment
|
|
|
|
DATABASE_TYPE=mysql
|
|
DATABASE_URL=bamort:bG4)efozrc@tcp(mariadb-dev:3306)/bamort?charset=utf8mb4&parseTime=True&loc=Local
|
|
|
|
# MariaDB Configuration (development)
|
|
MARIADB_ROOT_PASSWORD=root_password_dev
|
|
MARIADB_PASSWORD=bG4)efozrc
|
|
MARIADB_DATABASE=bamort
|
|
MARIADB_USER=bamort
|
|
|
|
# API Configuration
|
|
# API_URL is used by the frontend to connect to the backend
|
|
# For dev environment with Vite dev server, this goes to VITE_API_URL
|
|
API_URL=http://192.168.0.48:8180
|
|
API_PORT=8180
|
|
|
|
# Frontend Configuration
|
|
BASE_URL=http://localhost:5173
|
|
TEMPLATES_DIR=./templates
|
|
EXPORT_TEMP_DIR=./export_temp
|
|
|
|
# Mail Configuration (for development)
|
|
MAIL_HOST=mail.wuenscheonline.de
|
|
MAIL_PORT=465
|
|
MAIL_USERNAME=bamort@trokan.de
|
|
MAIL_PASSWORD=XXXmhqbv.DW+XXX
|