diff --git a/docker/env.example.production b/docker/env.example.production index 8149144..fffe49e 100755 --- a/docker/env.example.production +++ b/docker/env.example.production @@ -1,6 +1,6 @@ APP_NAME="CKB Bengkel System" APP_ENV=production -APP_KEY= +APP_KEY=base64:iuB/lNzV+lCffDcelFxtvXZJSk+04oiK2XahPxSuOSw= APP_DEBUG=false APP_URL=http://bengkel.digitaloasis.xyz:8082 @@ -10,12 +10,12 @@ LOG_LEVEL=error # Database Configuration for Production # IMPORTANT: Change these credentials for security! DB_CONNECTION=mysql -DB_HOST=db +DB_HOST=ckb-mariadb DB_PORT=3306 DB_DATABASE=ckb_production DB_USERNAME=ckb_user -DB_PASSWORD=CHANGE_THIS_SECURE_PASSWORD -DB_ROOT_PASSWORD=CHANGE_THIS_ROOT_PASSWORD +DB_PASSWORD=890xVn8nWJO +DB_ROOT_PASSWORD=890xVn8nWJO # Redis Configuration for Production REDIS_HOST=redis