Files
sentip2.pagedev.pl/wp-config.php
2026-04-09 15:31:08 +02:00

103 lines
3.5 KiB
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://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', 'host117523_sentip2' );
/** Database username */
define( 'DB_USER', 'host117523_sentip2' );
/** Database password */
define( 'DB_PASSWORD', '6xHQL3aKvy5zUsz3CV3h' );
/** 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', 'ujXoGG|yg}-I100FJhR}R<V#,nCbMPzZNRF4Sb5M:Qv8}Ure:z<KxZNdb%s*kbhr' );
define( 'SECURE_AUTH_KEY', 'BKUe&1#9DNilEe+[>&2[O&[Z[fu_0vG[a3u^Y.ZP!f(*JI$]m_f>S8xxnk<O _4Z' );
define( 'LOGGED_IN_KEY', '<43!b9sLs;!hexwu[]#MBjk_pE?5Jw=ptyI 6J;u~?{yg=kom|,DgODEI|M,rXIt' );
define( 'NONCE_KEY', 'D`DA9Ybu^?1p^#tG-Jqqv%M=N)T{]zt:qxO;bS?6ts_zNm>7LlEbxZjboNF-5gQ_' );
define( 'AUTH_SALT', 'Oss1knV%lS_-XK2,V53Xp)oE8d8LD<eI^lpBMsQny`aE8A(7sEg$[.7YSYJacU&U' );
define( 'SECURE_AUTH_SALT', '(&KWnu<4!R4?Z~tIX.7aHGiqXjoq^Kbx[R3f.41xIi6UT.F@kv9E=c6d|}N8(4S4' );
define( 'LOGGED_IN_SALT', '!8IZPivuMudI@YD68Qh@@t-::~@kUp3shH?|B4;m=j|i.UUa18pa)5y^X ((c]GG' );
define( 'NONCE_SALT', 'Np3~]9/<nWOKoBm9=lL{&}wkM>tJ3=9joQ<7C(zl9H;OgG~k1>EHfZ>4H+1NBl[2' );
/**#@-*/
/**
* 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. */
/* 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';