/** * 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://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings ** // /** The name of the database for WordPress */ define( 'DB_NAME', "miambroh_2019_12_27" ); /** MySQL database username */ define( 'DB_USER', "miambroh__netz" ); /** MySQL database password */ define( 'DB_PASSWORD', "WGfknm%erUM#A7!J" ); /** MySQL hostname */ define( 'DB_HOST', "localhost" ); /** 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', '*`vjLTZ,un[U$5*e6x@jK)2c^_2eV&[rNbp;=Qv7-+2n#*/kw]Ohch|6=^BrD<~-'); define('SECURE_AUTH_KEY', 'duI;qXV5a5;uDcYETH|54`QK)RdJNrK.mI8^|MxDrt+;1)}BB1'); define('LOGGED_IN_KEY', 'sMkZezxE3:DUz7nej/|(H}SNN,Wz~!-Wwcc5te||pxfxA>dH2a-U{Ep(!s8pAJ)Y'); define('NONCE_KEY', '@oztb7|#oWq>Mvn2u=^5jHm3i-P:j0]cIy%-8mb(@;-TAxx<@kcmM6t5'); define( 'WP_CACHE_KEY_SALT', 'mIuf|7=TO+gr15Ns;q9~E#3?ugo' ); /** * 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 = 'd5b_'; define( 'DISALLOW_FILE_EDIT', true ); define('WP_MEMORY_LIMIT', '512M'); set_time_limit(300); define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_AUTO_UPDATE_CORE', false ); define( 'WP_CRON_LOCK_TIMEOUT', 120 ); define( 'WP_DEBUG', false ); define( 'WP_DEBUG_LOG', false ); /* That's all, stop editing! Happy blogging. */ /** 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';