Server : Apache System : Linux enhance01.hostingraja.org 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64 User : webdemo_4 ( 4864) PHP Version : 7.4.33 Disable Function : NONE Directory : /proc/self/cwd/ |
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 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', 'webdemo_4_wp1' ); /** Database username */ define( 'DB_USER', 'webdemo_4_xPNM' ); /** Database password */ define( 'DB_PASSWORD', '5ohLv8dEbTzzUEklWbazaztSqPpd1Wf0' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'R cdGs1*,R3}zE%>+mBKDqJkJXP5jUpq(}cwaBb&`Y@q*D:f3 N9c={b}m:Qs>)9' ); define( 'SECURE_AUTH_KEY', 'EsJ.m-Pq6s`~pazRmkOma!1Pyt^e)x`W0F~~(r)g`e]Ky(o.f]kW`OU}TjnXnEOH' ); define( 'LOGGED_IN_KEY', 'U+jx7s^?krQVwF$E:&G+bB7C`a_`w7I4}~DAn kl&~v~@yK8E2YBzqq;u0TkBG$j' ); define( 'NONCE_KEY', '5#$22R6zgi7m:V~8Xp`5j4yz2PJ4PW w1c_U)O1-0j+$>~,8u4]{f)O<SM_hma8!' ); define( 'AUTH_SALT', '-?/K+59CN+kI*AFpKS=ar~?.=)a:{A{<a+<nf@jvM72HHY.19laL!jd:]l,+p[_H' ); define( 'SECURE_AUTH_SALT', 'CXIN&G PS#fyF:F=,My9S9!4N4=|Wx2w7P)ev&(^xy3sU-~ff[WJ6iXvq7lfE*?&' ); define( 'LOGGED_IN_SALT', '(>*.^(~p9i4{@0H/Z ^7hH<X@c?yI%L`HiQjabz(Q}z6v,W@0p6xfFJDTV3~cn )' ); define( 'NONCE_SALT', 'UCb*aQWY2a=Mw#q<DtciQ,9sY?P2Y+`X2*JMEJN9,I9,h= Jt#cxkGw:#26lb@i6' ); define( 'WP_CACHE_KEY_SALT', 'N2-2m&K<0@;|aI^{MKv{Coq>s3o Vm?lhA*:#:ShWHJ|juayd7(?DHfh2]pf^~zp' ); /**#@-*/ /** * 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( 'DISABLE_WP_CRON', 'true' ); /* 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';