wip
This commit is contained in:
+6
-2
@@ -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__ . '/' );
|
||||
|
||||
Reference in New Issue
Block a user