File: /www/wwwroot/aiwellbore.com/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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'aiwellbore_com' );
/** MySQL database username */
define( 'DB_USER', 'aiwellbore_com' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Gnff4RDrGy' );
/** 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', 'dbd-0i-LgOzkjdK A)_M.La@`Ml]w3+Gh %5+EefQd*TV4y^P(m;Y6RGOT5Nb2][' );
define( 'SECURE_AUTH_KEY', 'I+bQ>Q.B20Qv~{_c*(z-#=#wN5H)/fK%re*@1L/-zQ7~awjOiwVSEch%B`McUIw0' );
define( 'LOGGED_IN_KEY', '8jM/jwFf3-ij]azxypJrcYw[tzagNpnEy?yv93O/{-YnV2:d]X]Ip7katT!W)$&9' );
define( 'NONCE_KEY', 'YFY&^8YK<}{,3Cac?^;p#FD#dA=aA)Au)pKNzc/P 1r9;bEJ:G*5Ce#ug=2&a42:' );
define( 'AUTH_SALT', '_C{3N|lhG]#cK|hsI6^34}yo:$<1=|7Y!C1Zc%P_kSL/|re(I{PEqWbQF$&{xif&' );
define( 'SECURE_AUTH_SALT', 'wn|6Q0K{;Uk?)NI@fU0ol~3vJe}ka]RG5Zu8*3|EWP$dq/Dh]}b=(~N~=h3IJj(f' );
define( 'LOGGED_IN_SALT', '/bhsz5m-lxW8?#|dF6q1:/<0>O j9wuiqTzmz!,x.M:C us6^JT#;=@keqD#LxPH' );
define( 'NONCE_SALT', '7J;;<`Fb]0o3.kNMI!U^04}d<sK9^Exri%=l9lkpapT?3jgWE&WiYc_cM76/{01m' );
/**#@-*/
/**
* 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 );
/* 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';