%PDF- %PDF-
| Direktori : /var/www/projetos/beta.gracafilmes.com.br/ |
| Current File : /var/www/projetos/beta.gracafilmes.com.br/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', 'beta_gracafilmes' );
/** MySQL database username */
define( 'DB_USER', 'beta-gracafilmes' );
/** MySQL database password */
define( 'DB_PASSWORD', 'teste123' );
/** 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', '' );
/**#@+
* 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', '&MERa=<-(AcnK&Ai$9hntrc&@}S0FFh)f<3u$w/ Oz9z9_ffOt%ZGL#uxwW}Y%|R');
define('SECURE_AUTH_KEY', '|EK#[2S+(H;%%hFl(L%5339gS0*O/1|66h|yx+ #5q,a!X_ue-5~N*,4bWVSZ0+!');
define('LOGGED_IN_KEY', 'n5C}D07Qt] 4]wDXVc;Ez]?|~v;9=<je-}Iz)3/i(||`$0n:/$39RbkjH.o)RnU9');
define('NONCE_KEY', 'XW-AeSxI,(Xmtn5C$-no+_+b!o8#}m_+tXPM=jZ|93zKl!vv8A<4(gXEJ:Ss+k@p');
define('AUTH_SALT', '*@i8usH!S+ax6yBB{FBv?g65HAys@T@F4`p&zy.&%luWFf)Iy,z-IpWcorhIgyl6');
define('SECURE_AUTH_SALT', '<c@}2H5Qml];7~glaV+aX=2c6P|O)d+Uy=Xh9^N9kw;zz5yMxadp0Kp,3{R0 I|=');
define('LOGGED_IN_SALT', '?-!@BVv/g0/g>va|v`Jb}-NmiF|.t|J FU!W$ECmsPNg2O+3ONB,iwx/&YzHi-Oy');
define('NONCE_SALT', '[.I0p]xEheq%4BHWJ{T5=,kC/*j+.Cr9<Lb?_5D]+..f=L?~LM O+c^#,L!^4Yc[');
/**#@-*/
/**
* 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';