add env production

This commit is contained in:
2025-07-14 18:20:24 +07:00
parent 9a39cabee3
commit 193f8c36af

View File

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