| Server IP : 127.0.1.1 / Your IP : 127.0.0.1 Web Server : Apache/2.4.52 (Ubuntu) System : Linux sealall 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64 User : devops ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/domains/sealall.ca/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
// By Speed Optimizer by SiteGround
/**
* 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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'db31_seal_all' );
/** Database username */
define( 'DB_USER', 'u31_seal_all' );
/** Database password */
define( 'DB_PASSWORD', '0AIbEy8XqtMwyQBL' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'nQou<Q;DGB-,glTZQ%lKWw0`#w|R.ultZ7+|+?1<Y${6 RH0EY!~3[Df^9-<kzOq' );
define( 'SECURE_AUTH_KEY', 'L`CS!V}!%<6^r*>zD@~G^#]T}%<a<MD!n)ptCXS8$/__3Fr`y.f8S`:fnF,0|08R' );
define( 'LOGGED_IN_KEY', '<S[h4?i~yvm&V@9bd#*G}me@-/uEqO&sv-l_x?f#}71Vx(BSN+!o|z0uh!)@5gL]' );
define( 'NONCE_KEY', 'Z9h[%,.9UTMnGNl;L!X;9+^70bM)#?1T<XliI0L7`NOC+h317vC8G( ?sUz1pIlt' );
define( 'AUTH_SALT', 'atU#THSvTL7+/<1wuX+3?H]s^aO&~J8^,O|`l<Pl<cpK+w|=IQ4*=,6l(~;R4FXe' );
define( 'SECURE_AUTH_SALT', '-H)]1o[kB AI]jstc^$dI5YM~ h^/~w9g;[?kFt6v7%`&uDYb[^HCOki)|50[2yu' );
define( 'LOGGED_IN_SALT', '`(Wyrb<@mC3bDJx+7nZmWR/Q<C9Evf5asV8|_KsZ)]G(h4-$:dmj%_SZeyy&M|rG' );
define( 'NONCE_SALT', '17:2={.56b,uLP+elcA`J>Bc5WAhG]tA.-XH WcL T(C>*[:*v~mbQ,I4n;@q$&y' );
define( 'WP_CACHE_KEY_SALT', 'sealall_' );
/**#@-*/
/**
* 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 = 'ydhq_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define( 'WP_HOME', 'https://sealall.ca' );
define( 'WP_SITEURL', 'https://sealall.ca' );
define( 'LSOC_PREFIX', 'redis:40830:198509:sealall-ca' );
define( 'DISABLE_WP_CRON', true );
define( 'FLUENTMAIL_ELASTICMAIL_API_KEY', '63EA341D4EA69CB0509076A1CF630B64A6EB02F4E07CAA46EA685887DBD078D167A59B5995FDD92F3A9D2795D2F7F306' );
define( 'WP_REDIS_HOST', '127.0.0.1' );
define( 'WP_REDIS_PORT', 6379 );
/* 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';