| Server IP : 104.26.2.156 / Your IP : 216.73.216.245 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', 'anothertestdb' );
/** MySQL database username */
define( 'DB_USER', 'anothertestdbuser' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Yl23B7oP6NftkxzgxV' );
/** 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', 'kGYw67UYo/}lctQY<JX$q/H5aW9B!pBZW2EjpMGN3**+RWPjv+d; cZ(^]2M}&?o' );
define( 'SECURE_AUTH_KEY', '5G8y%<V>5`~+~`/p%+) MjIT#;z?H$;uS+sIW.L3KGj0C{6ljgf>Mzt1$[wQfhm@' );
define( 'LOGGED_IN_KEY', 'WHflyGs.=EzhR78*?0~>8^88Q!^%UTBP%EVq&]>}y6*&vN.}|~08wR8d,jy4Rn-3' );
define( 'NONCE_KEY', ' A=rx38E428FH#sa}t5-0V]]YprojCNZiErR$!BG0Y$[? 4iZ*+`;{v<HXmhh- [' );
define( 'AUTH_SALT', 'Fk!K`axt}$@ZD-0l10uwb.!HHvtp2-|VHt5~UaQU!:xCa^jP&qiLt2t/lMuIC8c~' );
define( 'SECURE_AUTH_SALT', 'O$aFDLj94:+q(F4=jul`__g<l?&[WZQV5C[ch4VO@@}af?wQ`FU$HSBy?9~=I8b>' );
define( 'LOGGED_IN_SALT', 'i@3#b-fc~ohao&]ola{{5<rPDJeeLiuv~r{-Fg|wH}+R;]zM{Wp[$Oya#%*BG|X2' );
define( 'NONCE_SALT', 's$ic*lWfx+&IaS$v[d[5CbG!`BPzvbj[0 oO1|NTRh|~Imo1ptUf!zAk9y!S#+JK' );
define( 'WP_CACHE_KEY_SALT', 'Y8i Zff+_+m~T< ?x#:Twonm*QBb6/z>fskC(K>LqdlYu3j/@jP JF>7YsO$3@=F' );
/**
* 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' );
/* 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';