mirror of
https://github.com/myronblair/parkerslingshotrentals
synced 2026-06-30 17:50:31 -05:00
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:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user