<?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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/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', 'codzit' );
/** MySQL database username */
define( 'DB_USER', 'codzit_sql_user' );
/** MySQL database password */
define( 'DB_PASSWORD', '#8yvVn&e81i}' );
/** 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', 'bmp&B*LR-zl9TPI<Wo4y3rziiHeDFt<fLwWXWJ#@Y>Q|r*e-d&2%O<D{2.1* eV|');
define('SECURE_AUTH_KEY', '|Z91hS=,U?u|()Ujbmra,lhMwJzVh1GD:*ezgJ44?N<?T[-GGqi;AWZxL(F6p3xw');
define('LOGGED_IN_KEY', 'wGwJy%4?YUt-t(3!2GW#bxhw73-Z9^R-z3*_K,lP~]$/y-Xcx7|]CM;jrQ3[fE8%');
define('NONCE_KEY', 'g;w`wM4;UpA0q`cfQ)!yk|Uw0cUV!.6hj+|p]u45TlFwi>eJCx%tGbn!;BC_$Y7f');
define('AUTH_SALT', '*j@>+v<iu5~F)?`hFU-Q19np+:S|x@Zv@ly*RnuVtXD-+p-p-sl//>-i]l9K3Jj$');
define('SECURE_AUTH_SALT', 'ni|uiGug-:si#<?d#d&j];LdG4kJYh9SqpU*0?HeJ;P!~N?.R;P!*Q((f;R<S-2V');
define('LOGGED_IN_SALT', '~_i8v0#1e2aiRhm@O|L;Mc+RD:aC9<<-r6HV_aS8BQ`K5;|s5MTfCs}D-PTKh?xY');
define('NONCE_SALT', 'b#F|0D5OGtv2D0.V[d_U0VP8|1riBM|W,:7|g2/l-hBy]?6e-E`VB+c-}a|*[(9A');
define( 'WP_CACHE_KEY_SALT', '3CH_/il7{~dDvj[x7rSj%%f.rp94986gAf|eK4)@*##Sc9Kdx[9}XO]Lk_|_{Tl;' );
/**
* 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 = 'tlimypf1c_';
//define('DISABLE_NAG_NOTICES', true);
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';
Name Last modified Size Description