Your IP : 216.73.217.78


Current Path : /home/seto/www/brilles24.lv/
Upload File :
Current File : /home/seto/www/brilles24.lv/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://codex.wordpress.org/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', 'seto_brilles');

/** MySQL database username */
define('DB_USER', 'seto_brilles');

/** MySQL database password */
define('DB_PASSWORD', 'WVMTK77UZQv');

/** MySQL 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',         ']lkrX41J$<6<9TrkTwUH BxCM.C(<k!p4ag3gO6V%B$H>t6uP|(+Of.qryi}ZnzK');
define('SECURE_AUTH_KEY',  'WB|p>^fYjm_ihj&P;;47R?#(jH|Y^h-(fd?IlV|LmKeCh}Fk6h09/|%Xep31AGV6');
define('LOGGED_IN_KEY',    'xx7J#HmG#dx%46A:dWP*DJ2~eM?T&Au{Dy?8&tqTTH6FSCUUs.,-TjQ?Dv&,jj:{');
define('NONCE_KEY',        '1Mt Zb_1sl9iB=pWNVGL6&1+kl oT6e-~M$YdS!^W<%%B:m/K>b^&P&Huo8Egz+1');
define('AUTH_SALT',        '8q;x6$`v;=z.;}F/l4ID(~BOg69]v=s`B}wu9Z)*wfox52sd}T/%b-J<7e#@}%`,');
define('SECURE_AUTH_SALT', 'sMYc)LW@Wg(S`x)^RXlUSBF[AS`ux$p&=quwti-Fp76I=&:F=h,M=OrJ^?3XH[BB');
define('LOGGED_IN_SALT',   'jHS!-c<nm1I.b.s{UD1~]9MonOUTDf%S*vVt4k3zvsR+K&(AxKcKgBt1z4$~VY;Y');
define('NONCE_SALT',       'T2Zz);#j;]cy EXGqs ^vm{3pt;NHmxs&Nfw|ZUdNZ=P}f#IBR0p+Oo~:j5!rzYX');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** 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');