Current Path : /WINDOWS-PD-0001.FS.LOCAWEB.COM.BR/WNFS-0001/lcreformas1/web/

Windows NT POLLUX09-0017 10.0 build 20348 (Windows Server 2016) i586

Upload File :
Current File : //WINDOWS-PD-0001.FS.LOCAWEB.COM.BR/WNFS-0001/lcreformas1/web/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', 'lcobras' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'P9yi21lk!#' );

/** MySQL hostname */
define( 'DB_HOST', 'lcobras.mysql.dbaas.com.br' );

/** 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',          'L_b;?gZ8>Iio2>Yi}C}fq6md|3NU[Z6Y>~EYJfME;vW])(Msk$&zE=!(RXB<b5E;' );
define( 'SECURE_AUTH_KEY',   ')0?.qX1sbXww+8*}`O;(/VE&KpdY)qIr5xb.YNGLL*Y6F%~xGyEOg2liEH=wG@mt' );
define( 'LOGGED_IN_KEY',     '354A{anC:e|H8e^aNK?R|VA14/r.El4Y[$-ph|Et{Z+ArhEaK^D ZZpkZe5-7@kl' );
define( 'NONCE_KEY',         '*/gb(0y~ mw>@vE7x0^,Fxx27)DPsRW*0?Q{:/@nPpHDm~uORtPNIaO&?);ZB/wY' );
define( 'AUTH_SALT',         'uWlG!TN*]P_`}@%*8C*j:SJWi~~!}A)Ir/?cRdF`tEwYnS_;BjhMS]i|H+m1CG!.' );
define( 'SECURE_AUTH_SALT',  'Z@vx`$%s[ae{ @qK52%/;8R+yUq%DJPu;*R8dF$3=9e{rU?V3gj.{.3bYd%1^tHf' );
define( 'LOGGED_IN_SALT',    'a1{BW/W;(qp2]Ub6e2Xr$-b)q5.j1ceC<mr]y/+_B_~~2xKzc(?`Ruo;(!F:;k(A' );
define( 'NONCE_SALT',        '%qe)aSf_19K!Q&8+-vnLvz^L^R3 ,BW_SO /:8`h`FL11)^z/zK) ^gx5RH8eI#Z' );
define( 'WP_CACHE_KEY_SALT', 'TF[|xO?ORRata&}MO3bPO(TD2(zg?<bM1HB3-6I<g,o||pu[Mu<M76.R+Qb/M;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 = 'wordpress_';

define( 'UPLOADS', 'wp-content/uploads' );


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