File: //var/www/grapossconnect/sample-wp/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:
*
* * 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', 'grapossconnect' );
/** Database username */
define( 'DB_USER', 'graproot' );
/** Database password */
define( 'DB_PASSWORD', 'Grc5RQUQ6cRead8VC' );
/** Database hostname */
define( 'DB_HOST', 'newdbolympiad.cervmpd5wufr.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', 'Cu82_Z#_fqI/j})x}t|xc _8v;)q]9k2h+vuR(r}-#6[2[:2@3*$-P-LsG zoy:)');
define('SECURE_AUTH_KEY', '8w@qS+C`s:a/+VXxSa/321kf9(s}^~K6+/>//0k/Ju6>r oS0v+Ta]>=B!a}hsLe');
define('LOGGED_IN_KEY', 'g <juwiB3i(KE-<3cGD^9K~~:8Pf|U:jxY4Af6@~s~Gd )xT]Wd-T~QY,FYoJ-#h');
define('NONCE_KEY', '!hY;enLYw}Wj~2w(YRq9[>+t.dR65d#D[HLMWiM-0=t{Ukhw<p+24:]eC(*C_OC?');
define('AUTH_SALT', 'll~]w-tK.s;(yvI=ABJw@U.Q*pME<6@*i!:t+aH%-9u,4JELagotZ66q:FT9X/Tn');
define('SECURE_AUTH_SALT', 'WlT9*&b;@fwc>nwr^?Pn^?+`S(jYcza4Xbbq@XC|FcWf@_?cuLQG5Jj&>~GTOk-/');
define('LOGGED_IN_SALT', 'Lo}`pg#3=6f*yzP- 70[-xy9-+Un?EydowLe]{joiIa|5OVA7RoF*y;Dd+^ru-m=');
define('NONCE_SALT', ':p?7PL`Vl&Px[jdW1A*tP(%{5>rJDm6[Q~q.:6$c%HL|dN@=Rf+42 W]SJFt#+Td');
/**#@-*/
/**
* 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 = 'z_gc_';
/**
* 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';