File: /home/platne/serwer143450/public_html/tukultura.pl/wp-config.php
<?php
define('WP_HOME','https://tukultura.com.pl');
define('WP_SITEURL','tukultura.com.pl');
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
/**
* 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', 'serwer143450_tukultura2' );
/** MySQL database username */
define( 'DB_USER', 'serwer143450_tukultura2' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Ggm5<SR_' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', '7~Y_Nf-{AscI5$A9ejJ27aYd?0]ocK!+U~<8aoy.O7Wg&<`}]?GCD@RXE.v[ty>`' );
define( 'SECURE_AUTH_KEY', 'yQ4*cl|b+FXVspmH2amEHK;qS7LbkV{Yz{Wn#Bl$~Dx/h`P&HH]_6Y?h0{`70L;Z' );
define( 'LOGGED_IN_KEY', 'rG93UcRCq<tFI8i7%Q)EDeraHGWk90e#Op}wRJPN06WJj`sEcDDKGJ,`lLA^:| a' );
define( 'NONCE_KEY', 'xEK/Z8oc8:(iwIt{c.Z$_Q&ag&#<hqCNzj(ptA^j9=0Z|zOi`Vh5wTF@aL]s[nE=' );
define( 'AUTH_SALT', '={Y|2#~54+Orhvw_$p4@3|dU}}}p6RF0xuCM?Ho-5&U|bB 4(e+/#[S!+ldg=hV<' );
define( 'SECURE_AUTH_SALT', '>tv.o-t_XwNVtF*BaU DVFGa<JM0k_7(p;&2h8[$~(TC{gMWC$eWJ95HNwB#l_G1' );
define( 'LOGGED_IN_SALT', 'd[u7VTm2)4iI$W]7$Eu$I*bh-]TaA@sy/:LtF9t|O[b*b?%aTO~BYIgK2t>p|?{!' );
define( 'NONCE_SALT', 'nS]t+!Fm4DZnskp}Ii|SeW+;kIB|Cxp 1.3Gs|NKBiKdvquyo3XlQr6q/~#/*}TN' );
define( 'WP_CACHE_KEY_SALT', 'X ?v+NV2~_yhW:GFneaDudb}ev9@`R6Bx-[<4QlOhR$+{0r1$mob{3U3RgjPpSNr' );
/**
* 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_';
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';