chore: .env.local optimiert für lokale DB und Server-Zugriff per IP

This commit is contained in:
ISA
2025-03-05 06:54:43 +01:00
parent 6749e0de65
commit d24b9a907f
2 changed files with 5 additions and 11 deletions

View File

@@ -1,18 +1,12 @@
#.env.local
DB_HOST=10.10.0.70
# DB-Settings (nur Backend)
DB_HOST=localhost
DB_USER=root
DB_PASSWORD="root#$"
DB_NAME=talas_v5
DB_PORT=3306
NEXT_PUBLIC_SERVER_URL="http://10.10.0.70"
# Public Settings (Client braucht IP/Domain)
NEXT_PUBLIC_SERVER_URL="http://10.10.0.70" # oder evtl. später https://nodemap.firma.de
NEXT_PUBLIC_ENABLE_GEOCODER=true
=======
#########################
NEXT_PUBLIC_DB_NAME=talas_v5

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.1";
export const APP_VERSION = "1.1.2";