define( 'WP_CACHE', true ); /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', "cctvengros_cctv" ); /** Database username */ define( 'DB_USER', "cctvengros_upbizz" ); /** Database password */ define( 'DB_PASSWORD', "o&u-Q%1QNvGw" ); /** Database 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', 'z~==y%s.GiDei*k9Dh{ ,6_n(<50]DV4@&?9qD)y6!d;?`Y}s@|1!)Yx:95Ei#yI' ); define( 'SECURE_AUTH_KEY', 'tlwzcUesTLph)O+@ cKhj$he0E78?O7 w@g1cOr#!6t@![qQ_Yf!L$5~_]Z9wfSZ' ); define( 'LOGGED_IN_KEY', 'UMJrZrx?}(rdRH$9EbyN]x_.Y.}/9Ur,+Tz|ew|b0(hBg>DYZ/%]Di_4BGr{(}lT' ); define( 'NONCE_KEY', 'BY8d|T6d~!]XcB6o~Z-F`vO0_XjkrUf=oU6Y~uO8*nWb{xllF.u*},`6+w-0?`x_' ); define( 'AUTH_SALT', 'w>|m(^pJH}dvqHjRR<_%ygW.5~pM5AhYSmX2[=K$UZ[x7GhIB?D_zI*^w[*9f:Cj' ); define( 'SECURE_AUTH_SALT', 'CQOb#{A:bZ:IRGd*U] %}eJn3S~Uo{;nEXRZPya?:UmdVe;(<7Hw/`>vcGih%m&R' ); define( 'LOGGED_IN_SALT', '@d;4&wbaxunJ+;t]uCsK?p4 $G8z~MpS^@v1Y5]tO71Y>d:p8)$sty!Tq 2z_=2' ); /**#@-*/ /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ // define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'WP_SITEURL', 'https://cctvengros.dk' ); define( 'DUPLICATOR_AUTH_KEY', 'h;*xCNA7^T}~bNqP z:zl`CJ8]5h&1j#y_.8U^>|@>r=As3?pCI;jIX/YV2ngUQ)' ); /* That's all, stop editing! Happy publishing. */ /** 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('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); @ini_set('log_errors', 1); @ini_set('display_errors', 1);