Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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://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', 'diskomin_info');
- /** 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', 'FCwJacr(Di$GJbl3;oAs!lNE=d*LlSj8H{c|fGUd-_Ew>V$[ZIgQa)Z}}Dh%]&Q~');
- define('SECURE_AUTH_KEY', '?4M$%2l|2#v$SN4G5%_cZ:/:^npJ2PJgcqP;X#fWvJtbV0{}4|?Em~;XIe[dw.~?');
- define('LOGGED_IN_KEY', 'Q2>JpZCZwq7hF9e3FO:+.m_b:mmm`p+eKvmo,TeQus@[w~8f]_G0#L]nS}KZJI7q');
- define('NONCE_KEY', 'o;F)5r4cN%hH7XI:.:7K#Ckq_L_GdNQ&]t4s.+qI4T2v=nqE3oKtO:$6J4=1Itqn');
- define('AUTH_SALT', '6A?<N>RhY#PPkQg:A.c[8hU^ZTz&|q.BsX2$xKm@9i>7K$Aa$kUK XXvzdyY})g[');
- define('SECURE_AUTH_SALT', 'IIJrX}gcwk/*GR/aaPOBS[Lvr&M|Ju/W`+]c b_[ZtBajJ,6t(;z(uOoLfpd:3Y~');
- define('LOGGED_IN_SALT', '-512fI)R6[wiVFR^0S[d%V&h;Glnj)-j)w{bKx@`ZUtceE/Z:<j69M1$AxZtr<OS');
- define('NONCE_SALT', ' Blx&^r=N`ppipbz[v1uM)8i4fI-_{>DuPEGGNy=hGs+.(PH.8chRTXJ#{X2p{Uf');
- /**#@-*/
- /**
- * 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 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');
Add Comment
Please, Sign In to add comment