File: /home/platne/serwer143450/public_html/osada/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 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_osada' );
/** MySQL database username */
define( 'DB_USER', 'serwer143450_osada' );
/** MySQL database password */
define( 'DB_PASSWORD', 'X+F6H9m*' );
/** 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', 'C*uB=fxVp`#xx0p3Z`5*JO1QXG=TBQW`9`9>_iXd938R;3V0auk_xKzW-HUX{;kJ' );
define( 'SECURE_AUTH_KEY', ',)aNBd6YB]6D)+a-c[3*(y^)k5$)61_?[I4~kbukFN2E;+.[a:{7r6G/{w-J#[.+' );
define( 'LOGGED_IN_KEY', 'mND2T+5nms?#OY,2*%wE?ZR>I#[?1i*G! WTAS|J?1ibMsju]vj~1J-~,9Ew[Q+s' );
define( 'NONCE_KEY', 'q6Eu@eP0{~u4#<mZG}W*L>brjomcA9Ih6*y1f|a2( wOJA$y`]AVMT$.Q~2l|F[3' );
define( 'AUTH_SALT', 'KCsEFb_?H1XPpfVt[h,yVS+K]P7~lSL`dy/ ]<2m#`H>5R}OeKzu1@6R//Nu#$OP' );
define( 'SECURE_AUTH_SALT', '9/0-HX]T:KaH9%Jl;Qrb3K@JO@59W*;r540~r(SoBkt2M>=c+18iXVU[mA+%d3(#' );
define( 'LOGGED_IN_SALT', 'Oi%/Vxg+Uu`|Da8Qk<jkGe(+DcJ0<;#_9.p(s/m[,j@1f0t{7;Z ~6%dh}![%lCB' );
define( 'NONCE_SALT', '(s@=fCVs%5gsSR/T-0a<9[9VrhmY&Yo:+GG;mA`~WZJeoV]xN7xQlx9Y&mt}mY,~' );
define( 'WP_CACHE_KEY_SALT', 'Pr jH{FCY?E3]FjeW}OwnC[[`)JNX={CgRhg;>yd&!C|zJ$m5I]C;r~ ^1R[qvmI' );
/**
* 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';