/** * 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', 'gkrczamy_WP0IV'); /** MySQL database username */ define('DB_USER', 'gkrczamy_WP0IV'); /** MySQL database password */ define('DB_PASSWORD', 'TgGU13bxDp0khcHE9'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** 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', 'eb8a4e929f2bf13e2664fe9c663d771e4417573bff54fdf2d47c27daa4af0a49'); define('SECURE_AUTH_KEY', '26b1af6f6044c93595d70decd6e1855dc75d07565e596124e77aef948d31f319'); define('LOGGED_IN_KEY', '445e0b1ed4cd6ddad2c3f1518d07c1a497420395d51726415df6988dce07a1ea'); define('NONCE_KEY', '5329b97e0b666fcdeb5237bcb6734ce171dbedff8a1a02bbb18ebc06f81b451a'); define('AUTH_SALT', 'ee0cb01483af2c6fac7140a696c4b4ccf5946d287990976c274098eda80ce7c1'); define('SECURE_AUTH_SALT', 'af3f22b6da649541aaf6affaad89cdee71a88af32b1c033d1180481642a75be9'); define('LOGGED_IN_SALT', '98a17d911bfdbbe08b39210dd38ec22dc40269f93b8ac02632a25b573b0593d6'); define('NONCE_SALT', '5001f7658af63e461e206a22ad5e21b902da33a5300eaf6316b1eb0371b41670'); /**#@-*/ /** * 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 = '_0IV_'; /** * 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); /* 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'); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_AUTO_UPDATE_CORE', true );