Preview: wp-config.php
Size: 3.14 KB
/var/www/wordpress-qa.wpress.dk/httpdocs/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', 'wordpress_qa_db' );
/** MySQL database username */
define( 'DB_USER', 'wordpress-qa_user' );
/** MySQL database password */
define( 'DB_PASSWORD', '%KZ55*xUtR&qucmt' );
/** 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', 'sNK3>*T*,;PsPk}K$4tdEzVD=I>A8A9W|T|22j|YHHvxt_&@YvN-v[{ bZO?|;:2' );
define( 'SECURE_AUTH_KEY', '|Yge;d3a$U;{?xS0e_VC^>Z99TIcIS0^JU0!iG%JJM,qIC/YNz)HDZS[VQnBysGz' );
define( 'LOGGED_IN_KEY', '6Cc~3W1kokx){T*i6?[f-vn@j%IeL6C-|dtW|M&X!#!6fgzf&YCf4V~Rfs3:[YIq' );
define( 'NONCE_KEY', '|<plJzxS=T`K/z[N 7N]Iy9u(}x!Zr!t>!-cX,c%BsB0M`^&enyT?ySEuV%,PU~/' );
define( 'AUTH_SALT', '%TJV;>`}t(i]Kq~gs Y=xHshu,/][;I.}ZXtrcmuNI,}c7?%Z{J2BkPfhvIr_kF<' );
define( 'SECURE_AUTH_SALT', '9BN:&A7O%obUC-{[c~VDw{LT.92pxw#PETJ~Km^JiKdRn}+0-v@$`Ni~X|YGHdzk' );
define( 'LOGGED_IN_SALT', 'jQ3?=$]NI@K;`rxLxSG-j.u{CWR| 0?9[P>gdzM]BJV}&9!H6/}lj2Pu(D!Ziuz;' );
define( 'NONCE_SALT', 'MzOM^$Y7ai+p#y1}y@:-p&q]4eba1M;xfI%y0kP)W/?=Va49yh<zE2Kki}flsr(=' );
/**#@-*/
/**
* 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 = 'qa_';
/**
* 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';
Directory Contents
Dirs: 3 × Files: 20