Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-admin
:
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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'bud_wp_g284z' ); /** MySQL database username */ define( 'DB_USER', 'bud_wp_uv6is' ); /** MySQL database password */ define( 'DB_PASSWORD', '#1x?!9Jj59IU@!n&' ); /** MySQL 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', '&pfPYz669l7&6@5Vu*m66;9ZV9gw(dzN6N:1OL1bqcq5Dt*AkQ;7&3-i4aOw6rad'); define('SECURE_AUTH_KEY', 'hN-97xtX&9J9ubdG95X-fSo3;2)R-d4/1Gs]MlObn2D]~hm6841e)1eI1q+bNxB*'); define('LOGGED_IN_KEY', 'Gw41K7u-4g_0esBI*&171m):TPb:Ot9nAx3Y3;:2/393S2z&O~]YH40n*uxu8aE7'); define('NONCE_KEY', 'QM54*[0:%~D_R9VPBn9i6u+)bRWs&865*zMz8[3]11S8G:%q2s*a&KZt+N[_%;Qi'); define('AUTH_SALT', 'G4t|P5y2eu6K4I026#IZ!x;N8N!!FE&%10/1eHr5Ll64]91Px6(N9CI24mFCt~+v'); define('SECURE_AUTH_SALT', '88VV7vp]&e*eV49F&1h1s|e73C)S!r(6F-6+yhAuog/fUD]_Dp8A_9uNA:iaZ0-m'); define('LOGGED_IN_SALT', 'fvm9ZGXbq944VS[47&~*dLYyJ/MVKm~[/34~bBpYh(41)Nc3&4Z/5/09N_o!6xrI'); define('NONCE_SALT', 'NK20r7(rXbs0G@2RC%I48K(Ax;8&MX3&w6&L_&2Y%|817h6|:SkR]h4_mw2KpU(+'); /** * 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 = 'r0wxq9Yk_'; define('WP_ALLOW_MULTISITE', true); define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/'); define( 'WP_AUTO_UPDATE_CORE', false ); /* 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'; /**Set WordPress temporary directory */ define('WP_TEMP_DIR', ABSPATH . 'wp-content/temp');