| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/self/cwd/ |
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:
*
* * 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', 'arrivealive.org');
/** MySQL database username */
define('DB_USER', 'arrivealive');
/** MySQL database password */
define('DB_PASSWORD', 'LUhe}eNP2Cx/[)BcG9>r#n~-');
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '.WO5d5w&?V|Y@O+p3/(l2enp+Q=1b]{sTwuANYq|^k|{+iVZ6E+Oz|`2P56{]@Sp');
define('SECURE_AUTH_KEY', '*(2yU9eZ*uS(Sw;Jgk~qQ*/1@S7*^3] &+rrk+XS!GujvCnh<S};EC!8,y/q;+>E');
define('LOGGED_IN_KEY', 'N^;_/-R,$s@/.-q|CH1*Tjj!m/j=|Bu-U&||.rQ6+XUR6}R|tmWVy50867Niw/T#');
define('NONCE_KEY', 'wa<j0+(Ud@?Er4gG4:j2}BpCn/F~w|kOc[^X/shuoj#^us`z_Cq?R#4rV=u|#XrD');
define('AUTH_SALT', '2`7mNDJeUNp#lv%6EDQQ|idOgJGWUH.G5/W6{Qy)86]|=ZN# 8o;59V)Ed22-|yJ');
define('SECURE_AUTH_SALT', 'n6|}Dj r14]x8bC-0+Y$VmWu%s;#b/1l>KdP|6uDFB6]ZLACuen1]H!p:-Gh@/5L');
define('LOGGED_IN_SALT', '=kl#=[ EOW1N-<+j:p}}YJ)Q5RSy*#f.6(k+pD^M236h^jcSq4NQ!.-y=*+]6TNa');
define('NONCE_SALT', 'h+xN(aL{JTYQK9}G~Xc^Op;h#%SLf<04--f9k_BVf>To EB|s]A.F:a04~n[:Q%b');
/**#@-*/
/**
* 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 );
define('WP_POST_REVISIONS', 3);
//define('FS_METHOD', 'direct');
/* 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';