File: /home/petsclubcc/LinkersIT.com/wp-config.php
<?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/support/article/editing-wp-config-php/
*
* @package WordPress
*/
define('WP_SITEURL', "https://linkersit.com/");
define('WP_HOME', "https://linkersit.com/");
define( 'DB_NAME', 'petsclubcc1' );
/** MySQL database username */
define( 'DB_USER', 'petsclubcc1' );
/** MySQL database password */
define( 'DB_PASSWORD', 'PTCWkfSgnARAASB7' );
/** MySQL hostname */
define( 'DB_HOST', 'petsclubcc1.mysql.db' );
/** 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', '@,$?@6q4B7`j$BiG-0Iz?,h@>7CMn.QE:dEkzqzt=]Ddl=I4]=qHC*T}=Zqar:09' );
define( 'SECURE_AUTH_KEY', 'fAT_N*)Ut:6cA7!j-be7Hf=F1_-W/3Oj.cE$8O7YPq2ScimpiiAF1dG:#7&A[)oO' );
define( 'LOGGED_IN_KEY', ';4a6$ !!bu,#OgQucm[a=u/#&:`:NM8ssRTnn#suFJ,&45UnU.BugChK9!@>?#||' );
define( 'NONCE_KEY', 'If ^:GA9b<T~t6OBW-GCT!g,z3rH@h,|{f`Op6-uLFYOCm4m/CGq4=THE3{BH34(' );
define( 'AUTH_SALT', 'YfM!}1* n@1{sAw;$B6F2Zt.jm=C9>WHa5:&W!Pa:(`MZdqw5C^ci_|a{ APU~,)' );
define( 'SECURE_AUTH_SALT', '~eR-UC(drzLsm[Q=h;$8 RlF#M@2OgX})9V(DRIFNZfeMJ4cB6$@*#3x2xFJ0?&d' );
define( 'LOGGED_IN_SALT', 'LW-eF0k;bPl~<-y[FER1lU~.R1^R 7CyTAOIJgZ!3<yt-Yoo`#m1*H~ql#8;gDk]' );
define( 'NONCE_SALT', 'H^>9q2!Mpe=# <V1`QCN7_i8J3M5jFiUx}bV@mxNdw(YjK><3RP6&{w=9vGEv>%F' );
/**#@-*/
/**
* 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_linkers_it_';
$table_prefix = 'wp_oldlinkers_';
//wp_cuveecarat
/**
* 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 );
/* 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';