Preview: wp-config.php
Size: 3.79 KB
/var/www/antons.wpress.dk/httpdocs/wp-config.php
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
define( 'WP_MEMORY_LIMIT', '256M' );
/**
* 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://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
//Added by WP-Cache Manager
// define( 'WPCACHEHOME', '/var/www/antons.nu/httpdocs/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
define('DB_NAME', 'antonsstaging_db');
/** MySQL database username */
define('DB_USER', 'antonsstaging_user');
/** MySQL database password */
define('DB_PASSWORD', 'PqT%B7rO1sxM&U!O');
/** 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', '');
define('FS_METHOD', 'direct');
/**#@+
* 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', '[rD0#k!$0HX9i%C@;il:=ndELeB/f.X>73-oDo{.THq_s>fgK~G6FoVVU1| vB/B');
define('SECURE_AUTH_KEY', '=E2L3QbMf4lHN<5rR6_hkoo0E8as:N{?~{<TO]sz)c.E)*k!`JE5u`]:jRn8jM4N');
define('LOGGED_IN_KEY', 'jC93F=dNNcn_a2 sP3Ln0SGZ$MAA#bV&pyfpc_v#6}OdR!u+#&j)tQii9#ILmmxe');
define('NONCE_KEY', '[#$>O(uuWucP=HcT|1)#KzS6Y]zmSQq=0nMF!O.nCnd>o:;axeXQrvd35CGeEn[W');
define('AUTH_SALT', 'S/`=#;,(mVN1- }S]dwlF7<e?18oz_.V(S4kZB[lCS4+JY,6+fVS+t_Aqb0(Vi_}');
define('SECURE_AUTH_SALT', 'mbMNPqj/N9%Et)3}nJ;VEFuF)s#o9Va#xk%0c/KYngGN2&!FWy</JBDJu-f:>6.c');
define('LOGGED_IN_SALT', ')2-qsE;15`u9.y?SQ[Om]!22DKex~K2QI)DotaRq#?C}K*^[yx;NE8G?|j8p=<5{');
define('NONCE_SALT', ':I}R`=f67_KEeA[:uFT>_@6dh=4b6c:ckF.N!V/txnM(wt`pQcoS5bb8mPEqkwLj');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define('SCRIPT_DEBUG', false);
define( 'WPCF7_AUTOP', false );
define('CONCATENATE_SCRIPTS', false);
define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );
// define( 'COOKIE_DOMAIN', '.wpress.dk' ); // change domain.com with your actual domain
// Disable File Editor
define( 'DISALLOW_FILE_EDIT', true );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
// define('FORCE_SSL_ADMIN', true);
Directory Contents
Dirs: 5 × Files: 27