HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/tepnot/public_html/wp-config.php
<?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', 'tepnotdb' );

/** MySQL database username */
define( 'DB_USER', 'tepnotdbuser' );

/** MySQL database password */
define( 'DB_PASSWORD', 'eKe3syFFuy4o8Bptf4' );

/** 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',          'IbJ;go{h={cEgWB<B3p#H;Dl+-o?:t&ZA[9>jjSUW ~U,[)Q=B_$.iW/UAz5[Mp,' );
define( 'SECURE_AUTH_KEY',   'k90Oquo<]qx!bh+i^9Ia1])0xrRFyd#3.p<If|7dM BxA[DYcxYv)Nc=>8wLI<XH' );
define( 'LOGGED_IN_KEY',     '4^umkeZegqAAaE1d.PPLsd]lp!RfEo$pQATaAorF7t/_)MFKEi6u&ecS+Ef~vk[T' );
define( 'NONCE_KEY',         'FncvLO.JJ?qIpJeh&vjVlIHRs%|_:|vbE{3Ouy[<Y90x//|MAUN-6fR<4.zoXSWp' );
define( 'AUTH_SALT',         'd,2H[Gn=RQ~A2~ +FFGT^bU/>f*U(GwSNaN`0fhuNjBDgRuRZ;FRO63,#(Hx{+~>' );
define( 'SECURE_AUTH_SALT',  't^ M(Rug2/eY?}Gvw/SZ{6oIlMfGy~lfP[9P2i)bQ}udmLO9{eG8r`j~NOyj=8[q' );
define( 'LOGGED_IN_SALT',    'LzMz,gt#<8$=DGN^]M/oK9R=Q5?!/ZR.t2A!m`S]$:KbUZHWQYba83D qF+Z;uLn' );
define( 'NONCE_SALT',        '[}M-aT5tbkWa#.z7.zCQ@|SAzOlwX*z,T$JoB{zm!hQZ<V3ap52_iWos/C`.ql_s' );
define( 'WP_CACHE_KEY_SALT', 'eE$0-0~s<uM(_FXXS>bp$wA4+[V}O8_-z:p~/4eO,Ca>kq8k[B3G,};[Iqmw%<&R' );

/**
 * 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('JWT_AUTH_SECRET_KEY', '!9Srr330qL6z6R76R7|ie-[Vv@GKue}{(etOQjx%#E6&%oB<wFz3FEYf}=DZbJy#');
define('JWT_AUTH_CORS_ENABLE', true);

define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', 'x8uONWjKjwiCVFkU3GaJdSuIW' );
/* 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';