File: /home/platne/serwer143450/public_html/edps.hillconnect.pl/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_edps' );
/** MySQL database username */
define( 'DB_USER', 'serwer143450_edps' );
/** MySQL database password */
define( 'DB_PASSWORD', '8ILV2$BE*!XUK@Rj' );
/** 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', '>mH8,1|.;f-_7C)n{hoN9:1CIupZFJ4`IrcNs+;3jRf>{x=]9e~5ss8n/:mW}n5V' );
define( 'SECURE_AUTH_KEY', 'MLdNX{qSgSl[8tG4McMP}U>9#lt|o0S/,e;H/|nl;uir#9V6:m{1]Id/se5;Nr7o' );
define( 'LOGGED_IN_KEY', '0LW~KCTKEzBfw(zg G`ZF}w.y F8Uyd%t2.D-a,9Z?zCHVB?P^Bgean/#T_xq3mG' );
define( 'NONCE_KEY', '?<o7q^0$k2OVS+k|<I>A!Z0VB)o`|c?l=+zH9k^*k3KP.,R_M:ijxs%.8#BaD75M' );
define( 'AUTH_SALT', 'l?Ib`f/Q?!NS3TESi1(M&ae&5*Yd)9[FcWu@Pc)v$ F0IZPZC7PK~w>G=K$lQ;qh' );
define( 'SECURE_AUTH_SALT', '>x%zXEOg-TvE&np7VvTilEMeO:TA->D/a5U[29RvtVK$:}IRhGRR7q[`]`p=C[aZ' );
define( 'LOGGED_IN_SALT', 'J14x.b&[)D{|fAT1VEm L:x,8m(pbUwoqJ7HgbEFlQ2RZ0E }Ve4B<g=(T8c%;Lo' );
define( 'NONCE_SALT', 'Moj]{B$Kb/%ka%K75mk]l[bPTXnyXdGD[|8u>`0nM9c3{vy^YKHbGD#EOyKwh0Av' );
define( 'WP_CACHE_KEY_SALT', 'e<=weoz6d0+,pK8>:jDUN-aW3YsiV^HJ[Fs01hX8j>F,/OW7yBem]DO`05}V2:]0' );
/**
* 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';