Fix deployment target — site runs at parkerslingshot.epictravelexpeditions.com

- All files were being deployed to parkerslingshotrentals.com which has no active
  domain; actual live URL is parkerslingshot.epictravelexpeditions.com
- SITE_URL constant added to db.php
- DB credentials updated to epic_parkersling database
- CORS origin and email links use SITE_URL constant
- Schema (bookings, blocked_dates, admin_tokens) created in epic_parkersling DB
- URL token admin auth works at new location; login: admin / Parker2026!

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 21:37:52 +00:00
parent 654aecc2dd
commit c3882fd23b
2 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
<?php
define('SITE_URL', 'https://parkerslingshot.epictravelexpeditions.com');
define('PARKER_DB_HOST', 'localhost');
define('PARKER_DB_NAME', 'parker_db');
define('PARKER_DB_USER', 'parker_user');
define('PARKER_DB_PASS', 'Pk4rk3r_2026!Tx');
define('PARKER_DB_NAME', 'epic_parkersling');
define('PARKER_DB_USER', 'epic_parkersling');
define('PARKER_DB_PASS', 'Joker1974!!!');
define('ADMIN_USER', 'admin');
define('ADMIN_PASS', '$2y$10$ynnk3RfarOD7VIJizC30kuXqu6tQ3gotNrlp5y33afh5fPOgnAMU6'); // Parker2026!