| Server IP : 127.0.1.1 / Your IP : 216.73.216.189 Web Server : Apache/2.4.68 (Debian) System : Linux kateswanson.ca 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64 User : www-data ( 33) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wordpress/ |
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', 'wordpress' );
/** Database username */
define( 'DB_USER', 'wordpress' );
/** Database password */
define( 'DB_PASSWORD', 'tjWb3wasv3WxeB?s*vs6' );
/** 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', '#xwXegw,[AAwru4mOH:XX]>&fD@fad^pf<3^obCn0gPx7yFes7GR9P(}> p5:v?z' );
define( 'SECURE_AUTH_KEY', 'm)TTSDt_L?bZHn:r}@?,%t;T#qTP2n~LeMcgE c)3@:xfXdWvS|}7L:Ae-3RF~ O' );
define( 'LOGGED_IN_KEY', '&G,zZ9|~YnT(SrVabc#|01#Y_c}4`R%qT)1Gj]3o.Eop&N[$rHk@`qKpY_<kSY,f' );
define( 'NONCE_KEY', '*dJ^%rBkL?U*r64QnW3V&7;!Gun:s_7uQi!tgER*P>bMCuFUd~w]j6=c$PgVt;BU' );
define( 'AUTH_SALT', '{_OA DlLI>5WP,kbYD1P^%L!71NA)sO$S0)$IFbJTGFl46oGj>@>b#!|O+[?%Or6' );
define( 'SECURE_AUTH_SALT', '*cwPnsyR_Ia&t/*[%eur])D}!6TED0yFNC?IGs~3;_:Ygfl#<M5)rp~FJR{xE$.Q' );
define( 'LOGGED_IN_SALT', 'PR2Zjo6G`E_x{G Q<<c!JIU;7G24`+ /W({dkg)9^Hvm)RVAe$}fuBe/I5OWsC!D' );
define( 'NONCE_SALT', '2QXg.lONN[{zp&hvC_%ej|2;=ycD%-fv7ZBa(*!,D}1+.[1p:]X9j3v#LF.^~Jcb' );
/**#@-*/
/**
* 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/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';