<?php
define( 'WP_CACHE', true ); // Added by WP Rocket

/**
 * 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', 'skateshopde000' );

/** Database username */
define( 'DB_USER', 'skateshopde000' );

/** Database password */
define( 'DB_PASSWORD', 'JL!Jl124805' );

/** Database 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',         '(akM4nl(3:UvJO+_&,b{3g2LidxMtyIL-AG~[U(}N# B*$(DSa~2M!_TS<>~E9J`' );
define( 'SECURE_AUTH_KEY',  'HI[uVw2y.Sht=P?g6Uo5k.uAbx*uq$-FEac`<D/)4mL8d P3p]CBrKMXU49o3[#3' );
define( 'LOGGED_IN_KEY',    'DTZ1)LRb%<hQg|#fKLh1np0xu?I(R|@vB5FiQ09}rMq~>4o:NW+^?.V4bxp-)#]`' );
define( 'NONCE_KEY',        'T:e2*Yk~OhC.~D(8+R13Iu8cturWR@k[.>UfSPlyu2%RYuaMoN4S:NYXecxQOm,2' );
define( 'AUTH_SALT',        'p4nBCYC#~Ib,)c2qQsCf&R|<s.ljIb5}B3uYeF2y|4~%N{>24/v;> C0arzueyPt' );
define( 'SECURE_AUTH_SALT', 'DX8C%V%ZeuRQ}rnWLhYj;@N-%p_x3W3hwr0. u}|_%g]N?Y]=Ro*zs{vU]jY]_3D' );
define( 'LOGGED_IN_SALT',   '$(t+(gtDC{vBD$tK[p~?TjqL%sBY=R dTR[}N]i.V{145 S!*,v]N&:Ep)-GND}&' );
define( 'NONCE_SALT',       'rzOuVL9A_t]|Dxaac-U]/n;|#mZe)/!T{AjxmyA!^gv;{(p9 -{EA~jco_^*g{^J' );

/**#@-*/

/**
 * 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. */

define( 'WC_GZD_ENCRYPTION_KEY', '2663ea466c1435bba1a0ad2e53d14c3f476785dfbf62841894635328209c810d' );
define('DISABLE_WP_CRON', true);
define('WP_HOME', 'https://000.skateshop.de');
define('WP_SITEURL', 'https://000.skateshop.de');
define( 'WP_MEMORY_LIMIT', '512M' );



/* 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';
