| Server IP : 159.69.118.108 / Your IP : 216.73.216.200 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-4gb-fsn1-1 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 13:53:54 UTC 2025 aarch64 User : root ( 0) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/clients/metriclife.net/ |
Upload File : |
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the
* installation. You don't have to use the web site, you can
* copy this file to "wp-config.php" and fill in the values.
*
* This file contains the following configurations:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// Enable auto update by WP.
define('FS_METHOD','direct');
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'metriclife.net');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', '5w_Gt+6X$Jr8brmj');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define('AUTH_KEY', '!dky%>(~!OQ1k$MTQSsFZQM0WqdL:afw4D@P;lM.ZUn1uoAJ<Dnx/aTY!AY5b##F');
define('SECURE_AUTH_KEY', 'g=Jj32h !6@#BMD_OQtKE.tTu}8V>MEjHB04xZGvw$UHw1]akx?.)CeE?dSiK+@q');
define('LOGGED_IN_KEY', 'BH7Ni%Uf`+iZm#u*rX=SlU5Al&g~#i*ZWNnl&zni4m@!F4SWx13RFF_}=c2I$ar*');
define('NONCE_KEY', 'fsSI=Z)G:!!m.Cq0G(ZDGdcF8rGo4waO-c5_uf*8A-&lUTi_b%/q7Ur#p>?9GpnK');
define('AUTH_SALT', 'Qt;on<%i($vJOiX96!,v{X_NHdGuEB|^nY !ct.ny[_X2M,YvQx}&%}&A]yUb.P+');
define('SECURE_AUTH_SALT', 'NS./nR|w`*ix76One$4(aq8[ae7cv7%f9Y&wDXksDqrGGYEDVM%rAEhZyZp)(]J ');
define('LOGGED_IN_SALT', ':qewT.+1>F|8zKEo8~Qyp$}BuQN.}t5-<)XeR^t 3Hdny}9#LbsP*zH{>(Q..Bw7');
define('NONCE_SALT', 'AP&{$wHRjxs9woE[*[1^cyj$DQz|1F>xj!/nWDqF/]zH*own=vT@{;(^)TXzzUPs');
/**
* Other customizations.
*/
// define('FS_METHOD','direct');
// define('FS_CHMOD_DIR',0755);
// define('FS_CHMOD_FILE',0644);
// define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
/**
* Turn off automatic updates since these are managed externally by Installatron.
* If you remove this define() to re-enable WordPress's automatic background updating
* then it's advised to disable auto-updating in Installatron.
*/
// define('AUTOMATIC_UPDATER_DISABLED', true);
/**#@-*/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
// Disable Post Revisions.
// https://www.siteground.com/tutorials/wordpress/disable-post-revisions/
// https://www.wpbeginner.com/wp-tutorials/how-to-disable-post-revisions-in-wordpress-and-reduce-database-size/
define( 'WP_POST_REVISIONS', false );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');