📄 Viewing: /storage/v10192/audiologyplus/public_html/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
* * Localized language
* * 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', 'audiologyplusdb' );
/** Database username */
define( 'DB_USER', 'audiologyplusdbuser' );
/** Database password */
define( 'DB_PASSWORD', 'qLwxPhs4tgNCluYt4m' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'raymlrV5xSo|x7$=;+<};9[tpmy9>i@xbKpra;nu3w;_h6WVfU/g?dAG.n/Ub~86' );
define( 'SECURE_AUTH_KEY', '%L(U]s+95YCj71X;A*{px.uLm#(2>JRoegZWN&1 y({2GdF_>r#RPFBk<}!;Z?8_' );
define( 'LOGGED_IN_KEY', '{E_[P!RmD?ZRYCFj@+4?4?q~gO`>{L3bv#qd1BE-c|A4*oSRnxcd5uwsb.sLg6+.' );
define( 'NONCE_KEY', 'kb[~cRecZUrLrL,NM^fy?jm+.Yq/?spjoPvG^g1vpn4F7y*::h%2zYXx-/_U>o2/' );
define( 'AUTH_SALT', 'g1{A2y:|TfRG],qiCL9E,H,u8pR9VtnASf_UPt`g_!Ol&ZO<LtI}_$%r!2ld;T[]' );
define( 'SECURE_AUTH_SALT', ';[glaNr<n+]Q`l-<pwxjvz+mntPl0F>FfI9S*^++;W&kw6>H#5h?q17sOvnz_+E}' );
define( 'LOGGED_IN_SALT', 'eD EKmbOV>rw`gW9g]YUbN;*Wtv?,}EnJw~?~<4c_R,X/^6$RP-l32PYhT91r]D1' );
define( 'NONCE_SALT', 'WDu.+MNQ(98t<D;}xQT@%5+,[AKS#Fdm;?~<CHmj(362fz3 B9UVWj`6*9@dZNAV' );
define( 'WP_CACHE_KEY_SALT', 'UB?t] Xo|+QYHT/)B~.29GHKVaYcPxVNOph!O[!qWh)vdu$q@FDjc>$qM` >@@Ai' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'N9YgL6fEYxaIqFguFMa2bF6mU' );
/* 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';
← Back to directory