| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/liamrehberger-wordpress/shared/ |
Upload File : |
<?php
/**
* WordPress Configuration for Liam Rehberger Portfolio
*
* @package WordPress
*/
// ** Database settings ** //
define( 'DB_NAME', 'liam_rehberger' );
define( 'DB_USER', 'root2' );
define( 'DB_PASSWORD', 'Avan05132020' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'DB_COLLATE', '' );
/** Site URL configuration (prevents wrong redirects) */
define( 'WP_HOME', 'https://liamrehberger.com' );
define( 'WP_SITEURL', 'https://liamrehberger.com' );
/**
* Authentication unique keys and salts.
* Generate new ones at: https://api.wordpress.org/secret-key/1.1/salt/
*/
define('AUTH_KEY', 'j|Ob)D%d`p}CC-M]CE2T/FD33C43|K8$e(_laMy,Iry_zPG!Xc?FH<}}+99&Ur&Y');
define('SECURE_AUTH_KEY', 'K0wyd|hqfi%wOLB[_qf mtn^$tQYgl<}5pm`ho5%F|3vx`N!u2cEe2~mbqGO9!{D');
define('LOGGED_IN_KEY', 'VYMh[+!Gr|FVYGLnU(E:1&n0:eOsYxONPX:M0WCVq0ta90aR7WdAm:ie*N{?W_KY');
define('NONCE_KEY', 'KJRg3ot& U$]86;7,[(L&Y 51+ #pgy~-mWi S}|Bx3:#--d9I d2^:aS^W6=u=F');
define('AUTH_SALT', '7n07Kw3 Cw#mr>/EroIH}-r2RK$9<E6*|,Q?jO`WT+{>ijKH 0E+*j+Fya$YaG f');
define('SECURE_AUTH_SALT', '}l|&6[>h.5sndoI|@9o*q=adr%K.UH=L-0->Lw!hc}^jQ|9g/B#h`+yC.Z(hwg.s');
define('LOGGED_IN_SALT', '939$soN[-L!iB?Dcql#yB=Lfq-@x2G4;?4Ou9X8Y|{GpERqj@;JLH929$aj>kci7');
define('NONCE_SALT', '+-p<o1q4Fr1/)3|c2YB[}u.i#h{D=Up~e|oT2f]71jM[-YZR`O^4;q<E##uD_Ko4');
/**
* WordPress database table prefix.
*/
$table_prefix = 'lr_';
/**
* WordPress debugging mode.
*/
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
/**
* Development settings
*/
define( 'WP_ENVIRONMENT_TYPE', 'production' );
define( 'SCRIPT_DEBUG', false );
/**
* Memory limits
*/
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
/**
* Disable automatic updates during development
*/
define( 'AUTOMATIC_UPDATER_DISABLED', true );
define( 'WP_AUTO_UPDATE_CORE', false );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';