Preview: wp-config.php
Size: 3.28 KB
/var/www/demagsign.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', 'demagsign_new_db' );
/** MySQL database username */
define( 'DB_USER', 'ww-demagsign' );
/** MySQL database password */
define( 'DB_PASSWORD', '6axAZXoX**ZW82hj' );
/** MySQL 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', '{7^d]`2W=o=xo`1tV;rjO/ctC4m(IF{Dl%3,HQ$Kk+V&ickp-qZ_wlt&<w|0eZ>f');
define('SECURE_AUTH_KEY', 'Etb{.YkSwNI{k4ML46cmIjkE4P}U.S+L7uAU`HY6kjXZ+(:lmVryg+d32~7fwQ|*');
define('LOGGED_IN_KEY', 'sP&%w3+@97X-!3:m.l|+hc073A/:s$MmMWx5;&D#b90]0l*Rus|M6T}Zjgxb@~/Y');
define('NONCE_KEY', ' aQ1{zCZ{$3ntVY@q.tR#$-CfvoLB%C$e`U=&7 C){VqGpX}+]!(2x`O2U[=]6Z.');
define('AUTH_SALT', 'n-hx8>s?FsW?((S0-#T+R2Y6JKVm-7$d%1-CBV/Y|t$=QH|5|V9lP* `R[D$5J-j');
define('SECURE_AUTH_SALT', 'ef4:ZM+x|=h/+iDZ+u-@#h!,L]~1>.6mC)32u_9lDj+UyVg(xE+N?yri-EdRoAZr');
define('LOGGED_IN_SALT', 'St{( O[k2|D)U&oc_WmD^`UR/|S-W:WeyGm?TRxTuwEaNXcG=zWP`#/@W{Ux(;AV');
define('NONCE_SALT', '[j#(xqJ}?Y>Rp8o|fA[UaltB[bF |zR2-5ZU)Qv=|:rDiY*F+GV#@_WyDng!YX?w');
/**#@-*/
/**
* 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 = 'DeMagSign789_wp_';
define( 'DISALLOW_FILE_EDIT', false );
define( 'FS_METHOD', 'direct' );
/**
* 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 );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', 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: 23