config: align database credentials and app URL with CloudPanel settings

This commit is contained in:
Hamza-Ayed
2026-09-18 17:54:58 +03:00
parent e044123c9b
commit d8ef078c52
+5 -5
View File
@@ -1,14 +1,14 @@
APP_NAME="Uruk International Prize" APP_NAME="Uruk International Prize"
APP_ENV=production APP_ENV=production
APP_DEBUG=false APP_DEBUG=false
APP_URL=https://api.urukprize.iq APP_URL=https://urukprize.intaleqapp.com
APP_SECRET=your_super_secret_64_char_key_here_for_hmac_and_tokens APP_SECRET=a8f93e7c8b2a19d0473e65fb2c884a1e95c72d0f36b81a4e72d9c05814bf26e1
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=uruk_prize_db DB_DATABASE=urukprizeDB
DB_USERNAME=uruk_user DB_USERNAME=urukprizeUser
DB_PASSWORD=uruk_secure_password_2026 DB_PASSWORD=your_password_here
# OTPIQ Service Credentials (Iraq SMS & WhatsApp Gateway) # OTPIQ Service Credentials (Iraq SMS & WhatsApp Gateway)
OTPIQ_API_KEY=your_otpiq_api_key OTPIQ_API_KEY=your_otpiq_api_key