13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
# Symfony Application Configuration
|
|
APP_ENV=dev
|
|
APP_SECRET=change_this_to_a_random_secret_key
|
|
|
|
# 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
|