| Server IP : 209.205.66.10 / Your IP : 216.73.216.173 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ammon 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : ( 1006) PHP Version : 8.5.8 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'authorabbey' );
/** Database username */
define( 'DB_USER', 'authorabbey' );
/** Database password */
define( 'DB_PASSWORD', 'pUblished2025' );
/** 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', '' );
define('FS_METHOD', 'direct');
define( 'WP_AUTO_UPDATE_CORE', true );
/**#@+
* 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', '_A)4GC1CPdJd{)%W1=.N{b~-v4RYv0=c=Km_I@]2cHVVq?0S5$?in/pP_oLoxMF[' );
define( 'SECURE_AUTH_KEY', 'f8G_9M>um??L<<|EG#d.7qxrC_.v%Vd}|Q<eOeNt9JHUe#!9S93@m~5a:!dU8j7B' );
define( 'LOGGED_IN_KEY', '^{J&_L/o0d}Z>TQ)jja0t#S-S/[%^6r|96sMIm^lZB/zrU[%D Qp6wjC! C5ulVr' );
define( 'NONCE_KEY', 'SM&x`RfWcgvV6PU,*_>PR`6=<>J@a9Mv#]8l[E%Ed1=+W.,;#%* rS>D$+Iw?E&W' );
define( 'AUTH_SALT', 'pUD`,F8pe1L{P(R15.6q_yJd/1X#C2j a~uCn8poLfs(6qDnr>7k-Yoz^gH_N>[@' );
define( 'SECURE_AUTH_SALT', '.BPnuA%x(kQ%n$x^[D/S/oq(&?q~4X{[9G$8xEA`[%aVBBHhLKMxs!Q9pcw0/Lus' );
define( 'LOGGED_IN_SALT', '{i9M32C(~(Wx<+a1lGMH)PI/+/^K(h{f]SePRkHTOOQxExl?di:-XmK{a-eHdUhy' );
define( 'NONCE_SALT', 'IbaxLFDA;ye?,rk)oE@{Qk-nLv>-Pl^t0fl;%:u(ynF-VY [XYg@61MKX4=]&):o' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-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';