File: /data/web/virtuals/6851/virtual/www/domains/ucto.genius-web.cz/wp-config.php
<?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://wordpress.org/documentation/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', 'wms_d544_uctogeniusweb' );
/** Database username */
define( 'DB_USER', 'wms_a544_uctogeniusweb' );
/** Database password */
define( 'DB_PASSWORD', 'FS66FXUk' );
/** Database hostname */
define( 'DB_HOST', 'md40326.wms26.wedos.net' );
/** 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', '*uF4SgJQmr%PKrq4,?~LMdlQ=u4Jo)Q%@3$tgmBEtmwn]Gozp|$zkT$J)(5@JY#U' );
define( 'SECURE_AUTH_KEY', 'K7Zc_<wr#JqeO@uy#o,UXSnj/#~Cp{}gH*&rsjPfb&n(U%ICX8LD-@bR2f)v~ybg' );
define( 'LOGGED_IN_KEY', '9zr>o O9!F9Yn(fi|+>0?G^<09J/rhDFzk ALL]7Ngw.6je)e2=uW8Dt{_Ih:8kS' );
define( 'NONCE_KEY', 'Z[_/A,u$n*971en&(]i 19|`)`]#8NH5I~>VP~K4IdYKH*0j6}2hTm<17B^Y9-M?' );
define( 'AUTH_SALT', 'oSso^02()D9OtTtn18<8@_wC-;,_oX>>hKBcF&W.,KDZN.a|aRhJe;fOo*p esK}' );
define( 'SECURE_AUTH_SALT', 'aJRbq?8T.43B~i#3Ne[&VTF_*m._gm%xSb&DbDp(>64WdDGTNS9Ky,v[eOm?y}L;' );
define( 'LOGGED_IN_SALT', 'LRXEOB3g|WHXGk&@-AR($9=j9#cRW3nFz^n2f-<]e?DI&6=>peRzgcerl|}@MC;w' );
define( 'NONCE_SALT', 'B|CzdN%B7*~:y2Qb{kD+ny&P~2z^<3cL)]$4rnEJBzP*akD53F(zC%.[X!q9v4ms' );
/**#@-*/
/**
* 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/documentation/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';