File: //proc/self/cwd/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', 'axonvira_dev' );
/** MySQL database username */
define( 'DB_USER', 'axonvira_dev' );
/** MySQL database password */
define( 'DB_PASSWORD', '+rbymdqml~@e@P7L;%efxhws' );
/** 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', 'Zs;-g`V`kI)eX9C!m.yjC$VV8D`*{^cUY{:HBr+/.P`(cJedV+@-GT|e_ii5o(wk');
define('SECURE_AUTH_KEY', '}RH2=l8NP@M[7]Z3^-_-Dl0EUSxLGJ@_M;V3Prc5bOLVj@pd+,foT-oa.gOoM=ZF');
define('LOGGED_IN_KEY', '2^ vl<-fPm[JPt0)lY.~-2:5q3(S!*h0D]iNG<U(x9ZncW@V/r,|j`*>t(cX@VEi');
define('NONCE_KEY', ',A(:r%$HSnH+h[A=-3-)l%o}=4xqE`?}r|/yA1R6@%}lTv-_nWOW+F9JT)V0B8$N');
define('AUTH_SALT', '#2@H=4Hy?LlHo@_:MfP|:<]k*<{,Snv;D5..s$|9D;{G[#G|(r7rC#1SN$;>Ri[H');
define('SECURE_AUTH_SALT', 'b|-;OlbF|7d&.ig/,7+wYMYfB#|zjygwRuR+_h?vxX2YcBo2wYdXx>U?+5Gr0VW%');
define('LOGGED_IN_SALT', '4@ROMc!]TG(Z9 %CdC8s_tJu:ud%(hm9 Q|uu^O2Tt7<OA 9R.J(*-N%>6j00!|5');
define('NONCE_SALT', 'aE4McfG|-Rjo3Qt`.LVa]=m_Y@KRxW>H;THuzbK9D+uy*wfx=brT</fm/c|89Eoo');
/**#@-*/
/**
* 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 = 'abarwp_';
/**
* 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';