<?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://codex.wordpress.org/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', 'rhythminfra_rhythmin_wp-site19');
/** MySQL database username */
define('DB_USER', 'rhythminfra_2026');
/** MySQL database password */
define('DB_PASSWORD', 'Zpm0+Sk(p(AZ');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', 'l7=oO;1%oZHaSqO]PuG6}w=EB{l`3=eg-X?gy3ld]Qi;XBuqwBa7KfCl[4aB+5:;');
define('SECURE_AUTH_KEY', '2a{0JaH,^f#~p9RK8T0mq(a|^Er2dP8FGns78]AIr;p>Hz[[~_!e*rMBfKhs<FR>');
define('LOGGED_IN_KEY', 'jlfjbI?$IONDtYdL?CLnn0=s-_zv^#k&JU;-0hWD{!`~Ua+B-Ev=:ucZ);g987o8');
define('NONCE_KEY', 'PmVML{gs0l3aFW6.N)Cq6k(H7^d7*=[m=9Z1[~$/7p64#L;kO>`0,C*a(B1Gd!2B');
define('AUTH_SALT', ']!Is}cmGI[IK>Ok`bzQ`H5wK,+i1%b`l32UGSTuy0x),-I6S%47 bat&aAiD8mh5');
define('SECURE_AUTH_SALT', 'BZBh#84$b`tFSOb#C2w2r!x.v4lu@kX`~+JzuMeG<(g#oDe*iru)KLh~y(.TsJcN');
define('LOGGED_IN_SALT', 'zy>[|(ybeSxhJbiNc$0XX>M$>{VK5H+%LlFX:A8SP #Bzt|b+8l:GsVrp]9]1qrO');
define('NONCE_SALT', 'Td?92<6/2A+~>L,hA2[>6gxAgtPupov)hB8`jMz?<shTt{9+gl$+*=/)m^P]{^-m');
/**#@-*/
/**
* 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_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
set_time_limit(300);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
Name Last modified Size Description