<?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', 'wp_klimaplan' );

/** MySQL database username */
define( 'DB_USER', 'kpl' );

/** MySQL database password */
define( 'DB_PASSWORD', 'quai9Xaithai' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** 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',         'MOTx/)=b.<x[L)r1^YV6W:S7.v5<3Fihd-h.b;v*I^=6s$<Y/v5irCe0{SgJ[YE ' );
define( 'SECURE_AUTH_KEY',  'UVuM8t9UW5R8{{BA{y:8UyyYJWgN=~=|8);;$|~?Gc|uuTIKnN*o8/o}mA#{s>[I' );
define( 'LOGGED_IN_KEY',    '#^TG.)AY//UR#_(KlSWZag8ctu!8TRP)Y,cE_jEuR+Xv35KD3I!l/|PadxndAmHO' );
define( 'NONCE_KEY',        '^Y_PEF;*HgTYCQG{R?0l,AULP3Ncy&4xE?/%Uj}N P^uPO`L8az$-khd3CVn6f|>' );
define( 'AUTH_SALT',        'dH0<IU:pS+#O]QX^;u1]nF[)^~kfUF<rzkRopOP@RJovsPe;!j;rM |euf7Ls:.K' );
define( 'SECURE_AUTH_SALT', '%4+nf7_9RSA+Rpytppt5)7; JICQ>KixIB[Xox^vVfjA*ocT11gEZ|[H-beGtn;I' );
define( 'LOGGED_IN_SALT',   '=./&A{g4kI>+<<^/^PZ5H?a#}N:L2XL]?$Jf39TE$Opjblb2NM1JjK:W.zEtp627' );
define( 'NONCE_SALT',       '+O R7T;YjGyNS!-;4h}AXO++@g446-UjJg5wE|?_7?TF8zz}jqVi~fcJh0]PlYXX' );

/**#@-*/

/**
 * 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 );

/* 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';
