This commit is contained in:
2025-11-08 18:22:00 +01:00
parent a072419989
commit 7b7ca33781
5 changed files with 47 additions and 27 deletions

View File

@@ -1,11 +1,12 @@
# Database Configuration
DB_HOST=db
DB_PORT=3306
DB_DATABASE=immorechner
DB_USERNAME=immorechner_user
DB_PASSWORD=immorechner_pass
DB_ROOT_PASSWORD=root
# Symfony Application Configuration
APP_ENV=dev
APP_SECRET=change_this_to_a_random_secret_key
# Application Configuration
APP_ENV=local
APP_DEBUG=true
# Database Configuration (MariaDB)
DATABASE_URL="mysql://immorechner_user:immorechner_pass@db:3306/immorechner?serverVersion=mariadb-11.7.1&charset=utf8mb4"
# CORS Configuration
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
# Routing Configuration
DEFAULT_URI=http://localhost