diff --git a/backend/.env.example b/backend/.env.example index 1746725..a86567b 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,14 +1,14 @@ APP_NAME="Uruk International Prize" APP_ENV=production APP_DEBUG=false -APP_URL=https://api.urukprize.iq -APP_SECRET=your_super_secret_64_char_key_here_for_hmac_and_tokens +APP_URL=https://urukprize.intaleqapp.com +APP_SECRET=a8f93e7c8b2a19d0473e65fb2c884a1e95c72d0f36b81a4e72d9c05814bf26e1 DB_HOST=127.0.0.1 DB_PORT=3306 -DB_DATABASE=uruk_prize_db -DB_USERNAME=uruk_user -DB_PASSWORD=uruk_secure_password_2026 +DB_DATABASE=urukprizeDB +DB_USERNAME=urukprizeUser +DB_PASSWORD=your_password_here # OTPIQ Service Credentials (Iraq SMS & WhatsApp Gateway) OTPIQ_API_KEY=your_otpiq_api_key