Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.23.101.241
<?php
// BEGIN A2 CRON DISABLE
define('DISABLE_WP_CRON', true);
// END A2 CRON DISABLE
/**
* 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', 'ruadmin_a2wp476' );
/** MySQL database username */
define( 'DB_USER', 'admin' );
/** MySQL database password */
define( 'DB_PASSWORD', 'T0g3th3r@all' );
/** MySQL hostname */
define( 'DB_HOST', 'logisys.cluster-cv9maxyrxjgg.ap-south-1.rds.amazonaws.com' );
/** 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', 'voqiyjv8nuwtdapabseewidyapl5zxkgotreycdc3hvm5xyjlsv9clbajply2mc5' );
define( 'SECURE_AUTH_KEY', '97vhit7vcy2wvnibtwkgo69wgxkp0rz6jiiaqbdsvtgd1jan6naoo52vc40svhgx' );
define( 'LOGGED_IN_KEY', '4v0aqobo3gunkywofmixxviyj7bxy0z2obomsnddsgdfrxqwujrdw8qrxse0cie8' );
define( 'NONCE_KEY', '8ndokmvbwe4pmwuypj6plocyq2w0evtynxnu6n2vanunet8pl00gayeqqpycj4yg' );
define( 'AUTH_SALT', 'mgfxblndvci05wovfasiz3jfrn5jevc2eifxmzicsy0ko9yzj6au39kzrlpbvfrg' );
define( 'SECURE_AUTH_SALT', 'ffc0pgjntbchkeloemmpphksz4jnjgzghz5trzfxdvgzxuvlea4yaisfjlxwr6i5' );
define( 'LOGGED_IN_SALT', 'wcivfekthlf31fyy2krzyrl1riti8y0cp9xlcdxr81przpnojrleuwilwwgqypll' );
define( 'NONCE_SALT', 'gk1enxr8jda90zgfeuh5az6tvcwkimmp4uagzeczhcujqrefaht3jmtiashluaso' );
/**#@-*/
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
|