%PDF- %PDF-
| Direktori : /var/www/projetos/prod.jornalshowdafe.com.br/ |
| Current File : /var/www/projetos/prod.jornalshowdafe.com.br/wp-config.php |
<?php
//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
/**
* 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 ** //
define( 'DB_NAME', 'jornalshowdafeprod' );
/** MySQL database username */
define( 'DB_USER', 'app_jornalshowdafe' );
/** MySQL database password */
define( 'DB_PASSWORD', '7dpD6Ba6DBJ4yQ0mnlPI' );
/** MySQL hostname */
define( 'DB_HOST', 'noehmg' );
/** 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', '' );
define( 'FORCE_SSL_ADMIN', true);
define('FS_METHOD', 'direct');
/**#@+
* 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', 'e:E8ePCN=q+6b9jzW<Mpk)*?,)Em$M|N?t[y-CPyk-H}GQ=Gz9 oV+n29)}IK-&X');
define('SECURE_AUTH_KEY', '# Yo}[==q#vr3;J77BB2[()85%0d(<To)8PCv,pKj|k[H@Cv^k`KF60bS*f[-lgk');
define('LOGGED_IN_KEY', 'h~mOph+5+Yp-Q:NsIsd,ZvWj!BCn{6)aNWQ $@f!J[.4fx5hS3q-QqmmUp Y*/R+');
define('NONCE_KEY', '_y<c:T(s{Y1ROU+1^v9#i7#jw`|U!3GK&ak~,jF{k`}57Iz6mwd*aZ{<|(pjVo0Q');
define('AUTH_SALT', 'S5=0BPfQV%B&Cjo.GyJ).Z-k`*,g]Xr((P-z[Wh^9nZP4BMQaWvyBMWW+x|*Zqp)');
define('SECURE_AUTH_SALT', '6C1m]M`X{;&OYK#N2|@@`EL`ZI)@G*VHY>MrLd(y_sU65oj8u0T{ef vs[,pTniV');
define('LOGGED_IN_SALT', 'BT=FuQWz$V=/`9,Hd+[LI!j>9p=Z4Mbc>=<M^Z4MWODe)fBb6*+d(C]=%[V!E<Mi');
define('NONCE_SALT', 'GoB:mDR0f/[[T8Lw2&3c,*^{/5?+=CO;9vj)Gyo~]~GM 3%lVOQL.>I!JX/K66ls');
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';