EVOLUTION-MANAGER
Edit File: source_site_wpconfig
<?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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * 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', '' ); /** Database username */ define( 'DB_USER', '' ); /** Database password */ define( 'DB_PASSWORD', '' ); /** Database hostname */ define( 'DB_HOST', '' ); /** 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', 'rakA[^1p&*1E+bTktooG>*XQYNGsQw[y7G*xT;A+%|ce5{`j(Ia4c3W3p[mC^=Kw' ); define( 'SECURE_AUTH_KEY', 'weWEMk~A:?^tbD0PQ32vBc:i^=.FY}(gne0$We=/hJvG*GXobAa5%3YvCSmp_5)#' ); define( 'LOGGED_IN_KEY', 'xUe/SN:,@P,uo>O(UE[tq<v%N>Q9*ZkPtp-|7lr>@;xq10Rss!)Q<K[MC4,FlROC' ); define( 'NONCE_KEY', ':snw^O<aGLeFstsP2q45q@<Yfs]vGGN-&P-5AP^_(d|aD}b#3w]$&CmL=TT^((S$' ); define( 'AUTH_SALT', 'abQ#H#Jf@L.L<UCgr@iYdbwP4ta5zj4Y*{>Vv=-$0={?lvbj5L;Prn,~!t]t`(k4' ); define( 'SECURE_AUTH_SALT', 'LKGXp,Ov[8@7h4a)FHqIsEGAKMt<>M.fY%@}&YW{PC5/:QIHnH4,vsU}[zC]<2SB' ); define( 'LOGGED_IN_SALT', 'T%btYrL;*K 9%t wU#[fX!a(QEQ3)}V3fK&6}6rk[:D=u^uy3o6UVal}WzTMqo0o' ); define( 'NONCE_SALT', ':Cp>4wqh|arVDwpsl^t#yQaQ%2;gqh@8EnzcT~Ge<gNo6u+]4+&id7-cODi*po`{' ); define( 'WP_CACHE_KEY_SALT', '$5EzGO2r%cPiOU_WvL1R/qpPRgW;Ta@&PnOf93ocEjQPhiHdq`;&Y#|Bg ky-_8*' ); /**#@-*/ /** * 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_AUTO_UPDATE_CORE', true ); /* 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';