PDF rendering for page 2 is fixed
This commit is contained in:
Executable
+29
@@ -0,0 +1,29 @@
|
||||
# Environment variables for Bamort development environment
|
||||
|
||||
# API Configuration
|
||||
# API_URL=http://localhost:8180
|
||||
|
||||
# Database Configuration (for development)
|
||||
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
|
||||
|
||||
# Frontend Configuration
|
||||
API_URL="http://192.168.0.36:8180"
|
||||
VITE_API_URL="http://192.168.0.36:8180"
|
||||
API_PORT=8180
|
||||
BASE_URL="http://localhost:5173"
|
||||
TEMPLATES_DIR=./templates
|
||||
EXPORT_TEMP_DIR=./export_temp
|
||||
GIT_COMMIT=d0c177b
|
||||
LOG_LEVEL=debug
|
||||
COMPOSE_PROJECT_NAME=bamort
|
||||
CHROME_BIN="/usr/bin/chromium"
|
||||
|
||||
#./server
|
||||
/usr/local/go/bin/go run ./cmd/main.go
|
||||
Reference in New Issue
Block a user