chore: make postgresql default
This commit is contained in:
@@ -10,13 +10,13 @@ APP_TIMEZONE=Europe/Berlin
|
||||
APP_LOCALE=de
|
||||
|
||||
# Database Configuration (Production)
|
||||
DB_DRIVER=mysql
|
||||
DB_DRIVER=pgsql
|
||||
DB_HOST=db
|
||||
DB_PORT=3306
|
||||
DB_PORT=5432
|
||||
DB_DATABASE=michaelschiemer
|
||||
DB_USERNAME=mdb-user
|
||||
DB_PASSWORD=StartSimple2024!
|
||||
DB_CHARSET=utf8mb4
|
||||
DB_USERNAME=mdb_user
|
||||
DB_PASSWORD=Qo2KNgGqeYksEhKr57pgugakxlothn8J
|
||||
DB_CHARSET=utf8
|
||||
|
||||
# Security Configuration
|
||||
SECURITY_ALLOWED_HOSTS=localhost,michaelschiemer.de,www.michaelschiemer.de
|
||||
@@ -66,7 +66,7 @@ NETWORK_CACHE_INTERNAL=true
|
||||
# Production-specific configs
|
||||
DB_PORT=
|
||||
REDIS_CONFIG_PATH=./docker/redis/redis-secure.conf
|
||||
DB_CONFIG_PATH=./docker/mysql/conf.d/security.cnf
|
||||
# PostgreSQL doesn't need custom config path
|
||||
HEALTHCHECK_START_PERIOD=30s
|
||||
|
||||
# Production ports (only HTTPS)
|
||||
|
||||
Reference in New Issue
Block a user