init
This commit is contained in:
21
.env.example
21
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user