Preview: wp-config.php
Size: 3.81 KB
/var/www/saudi-infrastructure.wpress.dk/httpdocs/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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', 'sinfradmg');
/** MySQL database username */
define('DB_USER', 'sinfrauser');
/** MySQL database password */
define('DB_PASSWORD', 'VFZwNsYObNU84mwH%@');
/** 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', 'x`Ic+ %1!<fMl2Ego|f)5lM[`cR;YukS4Xc~acQV>S!$doC.</.!4=RB4Cmf,iDU');
define('SECURE_AUTH_KEY', '(h;L %Gc.@%j.2gOjePfBF)X_[:pBwVxfR&Q%;6E=F}x4:!vh.z)Yx,8x(;.G*z]');
define('LOGGED_IN_KEY', 'w5^7GtE|#6ur%1zLLsrJFyA9 Uip7B&i8naU+7@Val*>%[;H+QIF)ah-lJR5ew=|');
define('NONCE_KEY', '3gFU[5N!4GB)xkmP-@bjI,V >#)d14oYCkHuIElh*FK_)E+<iBONzp$ZfH@r,{Dm');
define('AUTH_SALT', 's7 iq-2AyYG%J&0MVL*LJ!8*B1XW|==<_7a<P~QZ={NP_?.).V$.RIGnl>OEF6xK');
define('SECURE_AUTH_SALT', '$G3 uKk$WVM^heJ(BOf]jUK9*7|qtWu3RFG)9SK]LfN+z6pquroK,n^u[EqcA9W@');
define('LOGGED_IN_SALT', 'AB%:`&WnE4A/;l{LKZo$2r~#P @$%TZv0`#FcgB0)0v!ubg|u*PcpBK1L6 &IQo?');
define('NONCE_SALT', ' 0=s6_40A;1k&y^zMzr`ag?$?ETl3-A.=O^UTnQ<7x3{c3yg(MB$%]b{EzE<9wmU');
/**#@-*/
/**
* 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 = 'si_';
/**
* 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_LOG', false);
define('WP_DEBUG_DISPLAY', false);
/* Add any custom values between this line and the "stop editing" line. */
define('FS_METHOD', 'direct');
define('SITE_TYPE', 'staging');
/* Multisite */
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'saudi-infrastructure.wpress.dk');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
define('FORCE_SSL_ADMIN', true);
define('WP_MEMORY_LIMIT', '1024M');
/* 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: 4 × Files: 21