/
home
/
roni4d.com
/
public_html
/
Upload File
HOME
<?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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', '2C5udnpbd2ZiWq' ); /** Database username */ define( 'DB_USER', '2C5udnpbd2ZiWq' ); /** Database password */ define( 'DB_PASSWORD', 'xe4myvlypD4aR9' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'd8FAqEi(0jvR2.VAL=}y6M3fioN&%%=0C!lcdau&%.>?<ML@/1aZ3qN=f;G(TZoa' ); define( 'SECURE_AUTH_KEY', 'aE$u54X.JA]9mf_%kZ$:Kv!Pe2o)0iL,WIR@!bV3qI,>:d~u`Rdz{Z0 jtzNLSJV' ); define( 'LOGGED_IN_KEY', 'TB{`UZn7p^(JCYoQ?j]X.:6[&rKOW2i5ccpPWvI]eZMucjjn Sp{E,3 b4I:e])|' ); define( 'NONCE_KEY', '@!GQta_YCKU3+_.zMDq)=Bn<XUP8d#B2!R/nzu<8r?CS}$nG*FrZt>-71!]]r<r=' ); define( 'AUTH_SALT', '*G@^==(,;8vY3bz0@@b-B,6h/S{DTyVmya$H_FSn?q.:};:Qa[3HQ(!<yR`Su9:4' ); define( 'SECURE_AUTH_SALT', '8PtLRK]k+YkS?R7A@9vfrz<e|TFi1|j4$OV}oBXJ3M;y6Z+>5JsNRELg5@9p~;yY' ); define( 'LOGGED_IN_SALT', 'K<S<5DFaxi9o0OBacj>vmK+]SYS!5vC}S`s`^+D{TTd51u1%FQRgS/@dH&4V4YIQ' ); define( 'NONCE_SALT', 'S3a=HzwG?+!KT4/aq@e[{31jUG-A8_1U~N3WDJcPzjmJVrlZrUj :t/f%JoYI!t]' ); define( 'WP_CACHE_KEY_SALT', 'fx562#?}V@lz}_vCo,aW@3oL]?Bz[{[v|Qz4 ECBYK|_+{i$ SjQ}/,dEToX|dT|' ); /**#@-*/ /** * 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. */ /* 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';