%PDF- %PDF-
| Direktori : /home/vacivi36/public_bakcup/apios/ |
| Current File : /home/vacivi36/public_bakcup/apios/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_wp_apios' );
/** Database username */
define( 'DB_USER', 'vacivi36_apios' );
/** Database password */
define( 'DB_PASSWORD', 'fFFn*H5Uk5Ge?ud5' );
/** 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', '5)f(3T667*hxa7]EMZ4QfSqJpP@[51&sk)aF#oR2Nyv|V5F!85%6S5k878[gD~|k');
define('SECURE_AUTH_KEY', '4nHBCD2xv48]ry1o/8;5b:76u&ES38#)j&862*f6lnv6v-6H20Qj/4##02eWF4rt');
define('LOGGED_IN_KEY', 't-W&1Te|i:1-eW[87E*cp2U&@E2C(zzS-MK3:gpl14H3a0frP0I5WU*d;ic-2e6Z');
define('NONCE_KEY', 'EpC:-yP;0SR/S#!25v1qD)(8jW4h73tz0hSb6V3SO6)B5!&UmChO##W&JFOpub4(');
define('AUTH_SALT', '25l+z[bB@6w&6Fl44N)7*OA93-*|EZ3%6zV&HNLs:4Xah+-)XB1:/zTx]IU6~7f[');
define('SECURE_AUTH_SALT', '1_po89d:iJ541~|qSPO@I8OTNHv7f/&Y|g+O~:e/2q_NW5~9/;KMQ0#f(0&K9C5N');
define('LOGGED_IN_SALT', 'UIm|12;7Z(~;XxC!3&p11)]fi74&Q99W~M*tJj~|RR;_FmNDsNdnW1t|RzawFC[1');
define('NONCE_SALT', 'o!G2St428h]H)ICk)I29v1py;#P0!88F%3NT]26Zdd)565N_[|2&L#;8@x)p&/L3');
/**#@-*/
/**
* 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('WP_AUTO_UPDATE_CORE', false);
/**
* 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 );
}
/* 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';