Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
nagm-global-dimension-biz
:
wp-config.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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', 'yaeytimy_WPZRB'); /** Database username */ define('DB_USER', 'yaeytimy_WPZRB'); /** Database password */ define('DB_PASSWORD', 'lsje-F4<R*TG0:se1'); /** Database 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', '1d7377caba4ab3aedd3cfa32a16d2ca3e99eba16ed1228dc66637c6a06ee906c'); define('SECURE_AUTH_KEY', 'a8ab116dba86d00589b38a4a9cdbd3638e05c424f298e617036ae8ab03c0c172'); define('LOGGED_IN_KEY', '78e2fad84591a967cde0b4392c422892c9ebc5d0fd575a6a2805067bca376909'); define('NONCE_KEY', 'baf86d2f99d5840915e141629e5609341449939fb2e145017225e62fff31200c'); define('AUTH_SALT', '46dc9798c6d042932b395ccced34a672473c02a2f0363e4f657d74c1006b42f0'); define('SECURE_AUTH_SALT', 'b4c95403d785a5546b07899f80e2e27dea084eca43fc68dea5796e8eb6019756'); define('LOGGED_IN_SALT', 'de0c583a58d21cd08fc94ba338c226c3559e32a8f8b7bf6e6181e6ada8596c9d'); define('NONCE_SALT', 'a0c1640fa9c80ba120f377bb28a96632cc4db48432f7514bd3ebe2e2ce116319'); /**#@-*/ /** * 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 = 'ntW_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 20); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', true); /** * 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 ); define( 'WP_DEBUG_LOG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';