Current File : /home3/z1b8p1s5/rentapersonal.com.uy/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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "z1b8p1s5_rentapersonal" );
/** Database username */
define( 'DB_USER', "z1b8p1s5_usuariorenta" );
/** Database password */
define( 'DB_PASSWORD', "FR3v]4zRVZ1q" );
/** Database 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', 'xdenlv46xo4vfiejmj5qalu6xxvzg6bgkvmna8wga8vqzz7ypjkitj7sskm1horr' );
define( 'SECURE_AUTH_KEY', 'znulenmauliukakaxq8aj2s1vlj60ebvw0yaf5ioqtnbaak08ytzphmp57xxabvb' );
define( 'LOGGED_IN_KEY', 'eqqtrc6p1wp9qgljiiycfwetrypb3fxl0zseptglpwjyy2vbkhmgxumcpytbf1dx' );
define( 'NONCE_KEY', 'qub4fqttajwloy1qatjhdp4ewapvxdv0rq9bcve38n0f5ck5eycaklb47i3uzayk' );
define( 'AUTH_SALT', 'fcf8vtesoj0s37bd9fpcnbt6eixgojh0thacqzfar458zlmhzfhcdm6h7dvia7qc' );
define( 'SECURE_AUTH_SALT', 'xd9p2gruxazz6r3rcyalspny6hmvmbcrqxiwrplrqzxikmgmuw4rjii4qtx9x7l6' );
define( 'LOGGED_IN_SALT', 'bopjk8pbcqorbh3fz8dg2n6qjymtxollb825mzkg9mmxy77nnjryn8zzneuxanil' );
define( 'NONCE_SALT', 'vcwgbrjcvmhuwzvy6bzsslcxjm6lm0azxkdjuybwyqicqlany5ko7lhjl97mtbc9' );
/**#@-*/
/**
* 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 = 'wpbm_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'DUPLICATOR_AUTH_KEY', '14K5)(;H yQUZb1A7DGP3[BpO_Jt<NC&!A$b?TlY>V^T%Nvx.zr4hh .]J@A2Dl|' );
/* 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';