| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/soraavi/ |
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', 'soraavi' );
/** Database username */
define( 'DB_USER', 'soraavi' );
/** Database password */
define( 'DB_PASSWORD', 'cwievniw@1j7L16256' );
/** Database 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', '#n=c<Pox2zDEbnI: nvvZ;? d|hW4p~JYtRBx?yWDbz U{xH=5)$t$:zaL~z71s!' );
define( 'SECURE_AUTH_KEY', 'VMX+*?)Yi>z;ocr8C(bZYq7wOQ})=xv)+bD-`J!@[4guX?%Vi6I6&Lk4;nDLVIn ' );
define( 'LOGGED_IN_KEY', 'Eqlh*##MXjPI68C3MaB+T&$/4 oUXfcv#X4MTf=2.BzkgWlVUg;Tt]Q|_A_%lUSc' );
define( 'NONCE_KEY', 'cwo<%+TUkNQ$0C*YtoFK +|*(/[40}==&N*[a8vQ;oi~(CF+L_gqF)K`cE=]Tbu[' );
define( 'AUTH_SALT', 'Xo*{Ri(YewLJyi+2:zA?@}Ca:/pEB=/v^t+d.2{59r#P5A4sI O#Ccdyx0A@I#tX' );
define( 'SECURE_AUTH_SALT', 'pvs(i)^Cf34W+{0o@YCX=(p;~;X#Di3EP|s5e6E.)=?BI8cSVWth:PJfE3Ool[{N' );
define( 'LOGGED_IN_SALT', '-ud3vS1LZ}W>j1k+s&saeH z~D<9Xk<@*r#<I$d3(;=]<p$mlx^/#r>h-t0BcBZS' );
define( 'NONCE_SALT', 'j1z-E<0ST[QO)4d@,TrhX7WF,eDO~~@(2~` 1Ek/OzT*61h;/?<P.p6a/lf nms1' );
/**#@-*/
/**
* 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 = 'sr_';
/**
* 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/
*/
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
/* 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';
// SMTP email settings
define( 'SMTP_username', 'growthnatives.webdev@gmail.com' ); // username of host like Gmail
define( 'SMTP_password', 'myxq vuhd dcla mjmg' ); // password for login into the App
define( 'SMTP_server', 'smtp.gmail.com' ); // SMTP server address
define( 'SMTP_FROM', 'info@soraavi.com' ); // Your Business Email Address
define( 'SMTP_NAME', 'SoRaavi' ); // Business From Name
define( 'SMTP_PORT', '587' ); // Server Port Number
define( 'SMTP_SECURE', 'tls' ); // Encryption - ssl or tls
define( 'SMTP_AUTH', true ); // Use SMTP authentication (true|false)
define( 'SMTP_DEBUG', 0 ); // for debugging purposes only