| Server IP : 104.26.3.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/ |
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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'vinoddoshicom-stagingdb' );
/** MySQL database username */
define( 'DB_USER', 'vinoddoshicom-stagingdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', '3ttGJCowttjklBb8bW' );
/** MySQL 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', '4<m-i*u2_Ww9=tWOI|/THTtf[e D/cM7iQxq%S0noQr%8Os>2)cF9bRyo[HQ9gIP' );
define( 'SECURE_AUTH_KEY', 'Yi4!o=pYXMyL]A4<X^~Aysaz0`CGbw;f&;s8GBfPU7,HWXr&vv((PWf~6:A(V)+P' );
define( 'LOGGED_IN_KEY', 'Ua>nn9QngT$H#tfr.>G&(q3W#p_gYoUu7{/8^1Fi12,Dt(2.I)7M(p>wb?P!}xz<' );
define( 'NONCE_KEY', 'JwE:fTOj?6Ab{^f_|(`3 a)fA]I |OeFP52A 6&]{Cu-bGS~xa;Y 4ft#vACBnOC' );
define( 'AUTH_SALT', '>{1xBF]&w[n[p@e9H/=[)S-eC`tO ?A/r-#Z,5ehB8k)YbbFNj#{/T+h=6e%cv,>' );
define( 'SECURE_AUTH_SALT', '5T>*[?|dcqmc1Bx8j@5W<9ZkgRp9DqsF$rbU94||IN5Ee$5e9@]I]b8%hTK./YI9' );
define( 'LOGGED_IN_SALT', 'XBBa8RY}zJ$N}9q7wTG,)(`S)d,ZeJsGOd`vNGzI+rfNFJJAj#l:@6F 8%z,S Y}' );
define( 'NONCE_SALT', '#FU:oV:`k=4jc4ipm&u(Q,0N<]?[{Z|SSyH0PO*}iML}[U&>Oyc-n|;&yCIrbwi>' );
define( 'WP_CACHE_KEY_SALT', 'O+zb{I M{5y^^?tGWfr(3$w Qwxpx-PXrC=Dn>?uRtyXav.~uOJ21#`o~NJpdhF6' );
/**
* 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_';
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'kIHpX6leo8CE2v7NcJ9rQodgg' );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';