Preview: wp-config-1.php
Size: 3.47 KB
/var/www/candid-stg.bitkit.dk/httpdocs/wp-config-1.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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'candiddev_db' );
/** Database username */
define( 'DB_USER', 'candiddev_user' );
/** Database password */
define( 'DB_PASSWORD', '99XB0yur67824q3r82#' );
/** 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', '32vz-]P,DG(,y$Ib(fP?68kRhh%WK]t@.`j#J,11G2YHa)ZtvaJEd(!?U h~)wj/' );
define( 'SECURE_AUTH_KEY', 'n!^iseDsj3eNnM)U*Z3C[Zth,xKCd nk:TV)${` g2tHAu.s?Ee8XQG;s$+d?gd4' );
define( 'LOGGED_IN_KEY', 'w.G_4T|9(jTRJ7^S2TJ?{Vv<l*fe,Pt1#q}StERz%:U=i_/Ngfran]u(w1%LkOWe' );
define( 'NONCE_KEY', '5wHRnW]=TN:ZEx6skqc>)i5`t;o:M1]s)U4n.+Qb9Hsw2:WLlUPHRwO(S3Tj</gl' );
define( 'AUTH_SALT', '6@IBGi^5MmBJ[Fz|viU`g28B5YAG&aY4*a~,gj6)ohVs8(B}#}-_d@mSD>.~_y16' );
define( 'SECURE_AUTH_SALT', 'w{p]]$v+yNV9!HM|&C<SBj1E,9=^(a49rp<M8qL;/`0T*@iybD,j3A)0E{V3GVX ' );
define( 'LOGGED_IN_SALT', 't3i8pm^]aiSkw9[HhZQnK{u>u%IZ@uzcSyUHK,pc0_z2^8mQdL[HE,Si8h0QZ[ZK' );
define( 'NONCE_SALT', 'tnzRCV6s%/gv_}B=*ZRzRb}9d}fb[eV-;mZGuTSv]Nc7[O2LeQz1s}pLva`.f2Lq' );
/**#@-*/
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', false);
define('FS_METHOD' , 'direct');
define('GRAPHQL_DEBUG', true);
/* Add any custom values between this line and the "stop editing" line. */
/**
* Additional database connection.
*/
global $second_db;
$second_db = new wpdb('candidstg_user', 'ewart6w4tryeGAaab8%', 'candidstg_db', 'localhost');
/* 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: 24