%PDF- %PDF-
| Direktori : /home/vacivi36/www2]/ |
| Current File : /home/vacivi36/www2]/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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'vacivi36_site_apios' );
/** Database username */
define( 'DB_USER', 'vacivi36_site_apios' );
/** Database password */
define( 'DB_PASSWORD', '@Conectar90**' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '7*3;5|Jbjc2oYFy_06E!M&74(w;!8|*1%zu_xcH5Hj]5Wj2&*7i27BKF3*IZ8-DV');
define('SECURE_AUTH_KEY', '/)-8B1iuYM)EWt(nPFJm7mH&gi18s*XfM~%P4s4|2X&;(32)3BKNy!7~|2HWc27#');
define('LOGGED_IN_KEY', 'Bp5bLcsF9X@;;h86gx_f#2;lyyv+X:B|3saY1rMLx6go!rLzl24~6-Ry#57Y;R00');
define('NONCE_KEY', 'RfGv0l8jZVjoi&70_84tN@%t2bh2(EZus:)Y5*(~zgC|Z2KG3)cN9049Z-N5sc%%');
define('AUTH_SALT', 'w]+2Hl5;5-|0lD64Dr)9koP!6:L1291Ei:)d16+cMzXZ6qaAed7&N4*_9fdy/6Z#');
define('SECURE_AUTH_SALT', 'q!UjZS0g3MI7/499+4#u%]58PQHf::5;A]freD[Br%8fC8!XGvM09TT@i8G2b&S!');
define('LOGGED_IN_SALT', '80C%c!@5v2/&H1Idi&D)0Hz&-A+GhPp*VjwGx(:5fum9Jk-97D726E1xkc5-O-m-');
define('NONCE_SALT', '_l*03zlfR7lz/E5#eK#ve;!fb&5]3/11K5KmH9fp6U((%o]k2X54O9y0ksS)HN-7');
/**#@-*/
/**
* 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 = 'apios_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
define( 'DOMAIN_CURRENT_SITE', 'dev.vacivitta.com.br' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST']);
define('COOKIEPATH', '/');
define('SITECOOKIEPATH', '/');
/* 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';