| Server IP : 207.135.97.11 / Your IP : 172.19.0.1 Web Server : LiteSpeed System : Linux 6d372a2d2e33 5.14.0-611.24.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 23 11:42:43 UTC 2026 x86_64 User : nobody ( 65534) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/ |
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
*/
/*
* cPanel & WHM® Site Software
*
* Core updates should be disabled entirely by the cPanel & WHM® Site Software
* plugin, as Site Software will provide the updates. The following line acts
* as a safeguard, to avoid automatically updating if that plugin is disabled.
*
* Allowing updates outside of the Site Software interface in cPanel & WHM®
* could lead to DATA LOSS.
*
* Re-enable automatic background updates at your own risk.
*/
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/html/ed.net.au/wp-content/plugins/wp-super-cache/' );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'planetrealsite_wp');
/** MySQL database username */
define('DB_USER', 'planetrealsite_wp');
/** MySQL database password */
define('DB_PASSWORD', '8jVF7J4pcKXqHrKnKu9RXQIc');
/** MySQL hostname */
define('DB_HOST', 'mariadb');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** 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', 'vCnyCuKUMFYsXVUMjxMNSjjdQr6gwjThLayQoaVktYNPgVyQ1jnHoYfOYUN8B07z');
define('SECURE_AUTH_KEY', 'zoBRe2Qsd5SEcssipAf_Ri9hIsnmh27_W8ESUbLeFH4ao3caGghvlHBnpDErlfWD');
define('LOGGED_IN_KEY', 'ahUY6T16WiNF2eYS5ogdlUHxrvFds1RrMZ3K2JCas_ca2tjLg3pXPxMaRs6psySf');
define('NONCE_KEY', 'ZEYN8gX8c2pGa9OPFdGkLEXrzqhVVyNTWo19mbvv0yHPuVY3JGIQp6uN4EOtHoPW');
define('AUTH_SALT', 'VGJNj9eZRyKo2cHKXABPUt6alYR99H8wc_4PPm9icaPzECbj2GC0AY5eeP1KLIWD');
define('SECURE_AUTH_SALT', 'wqqwNaU3fn9_NJf3NahWybvQxHBPTM1X563oDyI3k8xvMMvkeWxjQKNuQUJvLGfa');
define('LOGGED_IN_SALT', 'D4RccPrOmiwW6hjZJfJ0RjH5kGGj0JvMEknVgN5IGEvv1dcMdTDD3OH2QI51za8c');
define('NONCE_SALT', '2rvcBGcdDMXIQCRoqT0E5RSbfBiBPvGVmni_ZHFwHDjOEtuCWvx39opT0_JQ2CvD');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
define('FORCE_SSL_ADMIN', true);
define('DISABLE_WP_CRON', true);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
define( 'WP_MEMORY_LIMIT', '256M' );
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');