/** * 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', 'yaaka_yaak' ); /** MySQL database username */ define( 'DB_USER', 'yaaka_yaak' ); /** MySQL database password */ define( 'DB_PASSWORD', '@Syaak-56*NMk*UCM' ); /** MySQL 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', '|uL|(|[p`Ejo-/92d?r&Ye0S*2q8V+=3Cl5hd@B(o]Eb@O*qxbP@:]0]]K[;JeX1'); define('SECURE_AUTH_KEY', '[OdD`1e2MONk5C]]JO!Z%U{@9%,dTv4a|*#I-CuW}lnCGw+N )Y{yD+b[SPxE%n^'); define('LOGGED_IN_KEY', '?Nv(Eu5C^o{S~,yd;9xLs*6T+--6-mn&~gG1z5NA'); define('AUTH_SALT', '}-JOHcKN780NZ[LJ!g~h^$4gld|W3H3b~B6!91JzHT3#}tR)20tUg$P^#|BEN{G{'); define('SECURE_AUTH_SALT', 'w/O%N+N2`<$LIFVaDkq,.E,DXiol#F+.wFeTfBTzn7fBuC5zbCRGY?Wtb4=]2#9~'); define('LOGGED_IN_SALT', 'Ofk-&anFKBA={2&XC*fV:O(@6J&z7cF}J,U)8|O3nq`>-Gjr-{UA/18g7xUPrlg+'); define('NONCE_SALT', 'c0_c5G[8EgOqp]T|Q`}+}UJc+Dtg9#Aq:1~4M|X$,/~sOR=ORSFu9GmxGnXL06GZ'); /** * 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 = 'umc3_'; define('WP_ALLOW_MULTISITE', false); define('DISALLOW_FILE_EDIT', true); define('FORCE_SSL_ADMIN', true); define('WP_HOME', 'https://www.yaaka.cc'); define('WP_SITEURL', 'https://www.yaaka.cc'); define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); /* 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';