| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/vhost/arukustech.com/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'arukus-new-website' );
/** Database username */
define( 'DB_USER', 'arukus-new-websi' );
/** Database password */
define( 'DB_PASSWORD', 'WKN7c3GdOBx2' );
/** Database hostname */
define( 'DB_HOST', 'arukus-devuat.ca0xxskptwru.ap-south-1.rds.amazonaws.com' );
/** 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', 'oIHSt.[.ilcb|C0JUw{W67AsLD>p/7}JxSE6M@wuIRr3tvqsMuAUFK[*vPtEebf@' );
define( 'SECURE_AUTH_KEY', '>W&oB}$f am6L:&LI_[t2YK5wK$A m^@CB$dgz^M!T}T)pgZ F8U 6#t5E?Q!{[t' );
define( 'LOGGED_IN_KEY', 'ux_Tmt*]$74 jx+27|9zKI}RP0I3l4 Ri&4s5+l.PhW|+CebSNo8!-)hQh3mQwS_' );
define( 'NONCE_KEY', '5{Lj%S`e^I{ !Dk>Ud<FCRvuJ!h{%NxxPJwf~|]L[?T S0s2N%$G4c:McMK{j!>]' );
define( 'AUTH_SALT', 'ZhV@tI0au$6m9S>hJ7H`HSh$ns]9ZwXnz1:[D,w/USAUb]}T@4Ss&Z1RMI2*[wAH' );
define( 'SECURE_AUTH_SALT', 'A?4 {+fweV=Tk<G]jT3QfyG60,e>+u%V79zz(?Z51Sk1m)8i|@<I_]]Y._`6ayGa' );
define( 'LOGGED_IN_SALT', '6}Bd<YxZ<Q#@SFE]^|5]t@i7>:cfj@]Nd;N%q.2*}~V>!M+5{|(*;Q=2;P4_Lr4}' );
define( 'NONCE_SALT', ')f3T%RKfx>Nv3a8;S2#I,hCSHDn-3|QMhvKy-> nSx<-w2[#Sp36;8y)56!PkVY[' );
/**#@-*/
/**
* 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/documentation/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';