File: //var/www/html/qcr24/wp-config.php
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'u926021438_quantum_wp' );
/** Database username */
define( 'DB_USER', 'u926021438_quantumwp' );
/** Database password */
define( 'DB_PASSWORD', 'cGCFYcO#5A&' );
/** Database hostname */
define( 'DB_HOST', 'qcr24.com.au' );
/** 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', '2=:TFUpt=1k_l,hW48oH^#)-M@TS~p/5mh7Mi*}5=`s?l[s<qo6k9XDfCf~5~T m' );
define( 'SECURE_AUTH_KEY', 'zkPT8Hz_q+-evWeQPs,>$+J|AE4r:Qzs -):88g )Q9d4A%!!t%bE(`So$/1!N@)' );
define( 'LOGGED_IN_KEY', ';JTp)jF;H,[30^HYQK.NNNqmBUpat(h_RNHoxNq,UQ.:0=<nXop)/)r+dpN#!A^-' );
define( 'NONCE_KEY', 'I0!vG,.GjI4Hs(QTn-O].x $[3@ejS$+y+,LfC!0c)2*1z5D#g6@<B]3hN@w2[8X' );
define( 'AUTH_SALT', 'raJVJzmrHhs gduh~(L<7Zt3Va=^pJ#^o>Oy,)~8HA)5!}t^mE.5Rb* YlWO>:,:' );
define( 'SECURE_AUTH_SALT', 'q0^O@N,)]JqK77o]4_b;Q{/OQVjv@j[2v9[c;:H)*4{{pjKy`I@E(7vu>gh:`cQj' );
define( 'LOGGED_IN_SALT', '~@ZI>){ba+l3K%MT8EA|+CxNWaNDTDJ%A-^`/]:SgGia+JK!4VBdWYWHJTj|K7vz' );
define( 'NONCE_SALT', 'Z;H;:jEYdWt3vi[D!NL$]~lt;S|_3+m1RQ/4ftbrue8VistcKblrN:}[6o3x![y=' );
/**#@-*/
/**
* 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 = 'qu_';
/**
* 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 );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';