| Server IP : 60.247.133.247 / Your IP : 216.73.217.108 Web Server : Apache System : Linux ebs-119054 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 User : goodwill ( 65985) PHP Version : 8.2.20 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/goodwill/wwwroot/ |
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', 'goodwill' );
/** Database username */
define( 'DB_USER', 'goodwill' );
/** Database password */
define( 'DB_PASSWORD', 'ew4puttp5201314' );
/** 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', '~yv%S> -aKUH=CeWa^:BrdZ4|n,4pQ,FrrXZI>c%NYeRN_r8+D{iBLrLPcj%Dw*;' );
define( 'SECURE_AUTH_KEY', 'K/[jT7GBN8xUA[<x~z4!Qh|/z:(g~y~WIK(E4|!`Rc~$,e<Y+x2Ub4FsLo [KxTk' );
define( 'LOGGED_IN_KEY', '44cy}_JUs=3&/G_)K%)Lf:ebqm@~Aez.nJBskpW9v0,0fy@{ln<#>J,4!Z|!pZn^' );
define( 'NONCE_KEY', '7d*soBWsj6KCFpUu{rl]zZXlN*f;%iPX~Nk<I!p;~ZkuRuO-=mR/d2~Z/wLz2N;V' );
define( 'AUTH_SALT', '@j.7[J4C6|e#uK~e#xETO8UYsN3[VV&Z<--LAOw$$G{NhA|yj?P<e+I}2k+`nj&h' );
define( 'SECURE_AUTH_SALT', '(*!DO44(}adcwquU=5>w5gH,}1n<$;?x^=P+{p4zyHygCbp9~=q*9OO%nGv;cRY-' );
define( 'LOGGED_IN_SALT', 'e}&@w0b2yt3Pw&.OHI}gX.OlAc`3i9P ,t=__|iJSCGsKqr3._zg``D(A(kU<~7c' );
define( 'NONCE_SALT', 'QhNZi:gVf*#nC-bdO?uu`Y_eZS]UK; $bVT?lw$.[4lyo.z+]lzWLm}x;iOG[lVU' );
/**#@-*/
/**
* 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';