| Server IP : 104.26.2.156 / Your IP : 216.73.216.185 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/vinodai/public_html/ |
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', 'vinodaidb' );
/** Database username */
define( 'DB_USER', 'vinodaidbuser' );
/** Database password */
define( 'DB_PASSWORD', 'QtQR2RyYGTxc5CazcT' );
/** 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', '|C[Cr}/k&?4jvx~D)pX<nuTr.J#xEXX.l/QU-i_e=m)oxJ2B3wt]K1X%^e >==8P' );
define( 'SECURE_AUTH_KEY', 'cG6Oq++{ydF<W}vXhAr0R$eHx1e1&<3 z_XQT |4U)G4eU9^3iWdPj2rhq/I04M/' );
define( 'LOGGED_IN_KEY', 'X5)kn)#ji2|FD;AYS@zO1E]c~YBzh|0-4bS:MeRK;^F7H@?!Oj6_h%vL/{v_;160' );
define( 'NONCE_KEY', '{6^P4~5~KFepJ3.k8%YV9En;FmJy^JAR|g,6JeRZA2`Gc3@n.A@xg#=;}.]X,:)P' );
define( 'AUTH_SALT', 'nyJ0QR/t9>)C$t0`>XKmrh&^{e580p+D[NLH-%ZKZ9X(rw(vM+Y#N j}1x?^2gs*' );
define( 'SECURE_AUTH_SALT', 'Zk=Uj!1g()-ez~r%+X(0,r^LzW1E(QV%,Qg94x;]`c^7:j[dzi_T^LCkX8t6OKs>' );
define( 'LOGGED_IN_SALT', 'gXjJ,EFZ~iv4#[CIICKgv.?$@{MyDSp2IWs}Y$QpgRg-TO%4*=**`3l2RX]B@Y?e' );
define( 'NONCE_SALT', 'JV|6sjSs*lg6em/{~nqIok| V-?FKff;JVqt(:Z*mE%I:nZ-W8^v;X(J7l3mv}.$' );
define( 'WP_CACHE_KEY_SALT', ' mOL1_0}nN3$0%^1v6uRvh4u8U?zI`+7rk|LpU)x;Tv)neLt4iHu<ZAL{<V/X0hs' );
/**#@-*/
/**
* 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( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'JdZ9dwQjhT2DxoVyVMV8hpn47' );
/* 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';