| 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/videnn/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:
*
* * 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', 'videnndb' );
/** MySQL database username */
define( 'DB_USER', 'videnndbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'PtKs6UXvjPhO6ry30M' );
/** 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', '(@34Vq)3=7NUv^*Wwl!F%cP;L6SDKD[J>fi<N<E&XcAoZUHP!jN%yK6:8o|<ruYr' );
define( 'SECURE_AUTH_KEY', '>&ts_Z(9nReD1^quV?J7H438d(xS.D#H7_t?}! ?Cr6<xED-|4)>fXHLK@$&zdmZ' );
define( 'LOGGED_IN_KEY', 'vVn4.(vDY$z@Xa]<)A?fSiCsG~*z1kHaNkdO8:%]iQ0W4{S!,EZO3p{P7I!9RjL7' );
define( 'NONCE_KEY', '#L@BG})4w;{-2COW:o.h^ve_~4PD6Rq-{]M9N!ddO2M]}q&Y6/qEHnHPZeP2+/tZ' );
define( 'AUTH_SALT', 'q!aCx[10re9FN*rj~lr@<e2$MCC_(F|e.pistt(e=*gLh* u(N%:$DHNJYKF7UoY' );
define( 'SECURE_AUTH_SALT', 'xR<5e(nna-^9z.^}w?oV-zuf{$HiS,,<=>YMm/g?lVW.f|bOABJZ%[2@u2#$6N2D' );
define( 'LOGGED_IN_SALT', 'agCpcYSrR :z8`5cVSk6XJOf7?)B?ct[nt9>oc-B1(|0+fq8+CMC0L psW1Q>}Q<' );
define( 'NONCE_SALT', 'g97(/k UqP07lZDOEOdU.Dw*IQ=jLi<8jV[Y)7*j21<;6j<4Arku;s#L(,p#Yp?x' );
define( 'WP_CACHE_KEY_SALT', 'V|2`OCv^1U>4k,(}Gq*H9QeeL![l,NRDx@>l&B{6utWjm+H+n?{{*UA+*``$6%&c' );
/**
* 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', 'sMTRbTDwQbOSbRAACVmLUABh8' );
/* 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';