This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+6 -2
View File
@@ -30,12 +30,16 @@ define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
// Site URL (adjust as needed)
define( 'WP_HOME', 'https://homeproz.dev.hanson.xyz' );
define( 'WP_SITEURL', 'https://homeproz.dev.hanson.xyz' );
define( 'WP_HOME', 'https://' . gethostname() );
define( 'WP_SITEURL', 'https://' . gethostname() );
// Disable file editing in admin
define( 'DISALLOW_FILE_EDIT', true );
// MLS Grid API
define( 'MLSGRID_API_URL', 'https://api.mlsgrid.com/v2' );
define( 'MLSGRID_ACCESS_TOKEN', 'a31f081a84c743218fce45e72e7000f89c097606' );
// Absolute path to WordPress directory
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );