<?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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wpyana' );
/** Database username */
define( 'DB_USER', 'audywebmuchy112' );
/** Database password */
define( 'DB_PASSWORD', 'AVNS_iUG1HXHQBpn3LykKsqq' );
/** Database hostname */
define( 'DB_HOST', 'mysql-39d34190-ardeaindah54-047d.b.aivencloud.com:26005' );
/** 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', '9a.sx~0BL-P;`NV7)w[hj;r2/e?#qaY^btM31Mrp`*,zTB$lol 9;btVTq||lb08' );
define( 'SECURE_AUTH_KEY', ';E{C{eG-Q[}*d.<>bOh 4CNBKyH.Xj;kDjzCmgk$B2v?59P;=A)!O)K7C_[%+g,T' );
define( 'LOGGED_IN_KEY', 'MY22b~V<k{|=MSjuZJ.q%ZC5<Az>-75v(VCbgNTvbt+u=bv/kz%Q7~TG| MkgZ]2' );
define( 'NONCE_KEY', ']p6RU5}q21T.QXN]j313 gJg3/})>2&CEx>4{*sm6dCh%|1`uDGdrbibw~qYCamR' );
define( 'AUTH_SALT', '(2_dN6CKs3/~^TUSt mG<o4M1HfrkFYo_OKEMTty!T/=z+q+D<i&#FZ7(v/h)_w?' );
define( 'SECURE_AUTH_SALT', 'EGyc=3DrD2FyJy=267]Ak*,_zm{=hiOxF4^C//#@v61s94:>I>RK0)}X#m7 kP_C' );
define( 'LOGGED_IN_SALT', '&sX9e|.L,QO0T.P+KQpQ8GL[2<dh*s+Ah=qixz|$xkXC_Q(!SqRt! KSDLT@!lU-' );
define( 'NONCE_SALT', 'Y9(jqRl36[aF;=YG_s!EZE]ifC$7TB(eExe;xc)@ZK0(em5KEQ)X$/Z#h{=kV$[4' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/** CUSTOM: Prevent redirect after login */
define( 'WP_HOME', 'https://' . $_SERVER['HTTP_HOST'] );
define( 'WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST'] );
define( 'COOKIE_DOMAIN', false );
/* 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';