| Server IP : 138.197.176.125 / Your IP : 216.73.217.122 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/SmartSyncBlog-Backup/ |
Upload File : |
<?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', 'smartsync_blog' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'admin@2023' );
/** 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', '(MOydxTD[Ta!*no`kK<82N}+0Ek<.TV>~4JL`8r%N3_?[Nx<T8jZ~yve].?T.*tk' );
define( 'SECURE_AUTH_KEY', ';`.ZtQ63_sZ?tDNXnnE>@d3(dAhdw8Rkc][YK_NEi4?Vt/;7ma)1MP4iE[&{xKe?' );
define( 'LOGGED_IN_KEY', ':f,7z4W{~ideFX!Xf=ZO0g$UOs,(=:F[b_,17Y.#f=hq951@jBM)3`{]YY>k)n8k' );
define( 'NONCE_KEY', 'jPT+uMe#8Z`.8OPTxFWbnRPfF28r`i|kPP}K:YTtep=9&{tlAK~oY8*NRn8zf(^{' );
define( 'AUTH_SALT', '-,./,XSSlRRo|vAArP:?qFOx$5<^ZyE}X9<!Z{gh^tSIffb3.twH~TV%Nh@WkW-n' );
define( 'SECURE_AUTH_SALT', '-Y<cc/:q+uBU--uYL5D~l>LfX@%y{k^bdn5#7ljmomD7@x|hH,*.hi9x}n$lmMq8' );
define( 'LOGGED_IN_SALT', 'Tmmp*ktX<;^;I|_]J 2n1%sX]T;>2D8>a+3hdXWllIbXqem8^c%EHDrUSPR{}_$y' );
define( 'NONCE_SALT', '+47PZ Udzc^wJnObRtO bWoiarA2t((u8)>N!0[J]4J,|<itrB?jGTy} ;fOS1xE' );
/**#@-*/
/**
* 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';