%PDF- %PDF-
Direktori : /var/www/cwg/ |
Current File : //var/www/cwg/wp-config.php |
<?php function php_log($txt) { file_put_contents('/home/intcarpenterswor/php_log.txt', date("Y-m-d H:i:s ") . $txt.PHP_EOL , FILE_APPEND | LOCK_EX); } /** * 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 */ define( 'WP_HOME', 'https://cwg.eco-n-tech.co.uk' ); define( 'WP_SITEURL', 'https://cwg.eco-n-tech.co.uk' ); // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'intcarpenterswor_database251' ); /** MySQL database username */ define( 'DB_USER', 'intcarpenterswor_horizon' ); /** MySQL database password */ define( 'DB_PASSWORD', 'tXIp*Trih!pVGM4TvEHb' ); /** MySQL hostname */ define( 'DB_HOST', 'dev1-konstructive.dedicated-solution.com:5284' ); // define( 'DB_NAME', 'intcarpenterswor_database251' ); // define( 'DB_USER', 'intcarpenterswor_horizon' ); // define( 'DB_PASSWORD', 'tXIp*Trih!pVGM4TvEHb' ); // define( 'DB_HOST', 'dev1-konstructive.dedicated-solution.com:5284' ); /** 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', 'W{w.wB.lR0urNal:)&#uF[kE*b:) >|}fIa>45Zb!@3No<.iN-q/xBMAI?|&5Hl+'); define('SECURE_AUTH_KEY', '#Jb#,H)P$sCNYc7w<[M{ Es499=Hn.?/=a:=$Hc0)?S{ pf;hW{(^T&by/>XEi,&'); define('LOGGED_IN_KEY', '.Z(KDp7QZ^YKSH2k0Uy{I5S|};K8fdh#]t,&_5K;+SD$iRmGmt1tGZ@y[JTa7*qf'); define('NONCE_KEY', 'Hun7,v--qA5;:s^0J]Zr, W$653iHr-+n5:8`5q@F68eh7*X=CQs`|`+QckO{NJ6'); define('AUTH_SALT', 'lqAcLO1I70m~*xEyNL<iDSQywC==Q>Hh8`Jb>bH947U8A0&uLWL.|/.-(WnI+3Pn'); define('SECURE_AUTH_SALT', 'rZMg8(9uv%}Jh`)c6bV0~-=U*7BePjQ(c-6+D}.E5i_U%O?Zm>E?UP;?++V,r=g<'); define('LOGGED_IN_SALT', 'R Ok04`Mn!R@6+Y$:pDOtujP--r=M|ukOn&(Qg.>(fH^IsrrV?q8{PCPk~Ng7tDC'); define('NONCE_SALT', ' U9nS|~dj)QH)mTbB-MFns][.BU:nD|sw,G7z5dHL?mKE+Znr2*Vl84}]+x{W@ZI'); /**#@-*/ /** * 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. */ // wp-cron moved to crontab define('DISABLE_WP_CRON', true); /* 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';