HEX
Server: Apache
System: Linux p3plmcpnl504330.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: workshopbrain (3361731)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/workshopbrain/public_html/bucksbaum/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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

//This will disable all automatic WordPress updates.
define( 'WP_AUTO_UPDATE_CORE', false );

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'workshp3_buckdb');

/** MySQL database username */
define('DB_USER', 'workshp3_buckuse');

/** MySQL database password */
define('DB_PASSWORD', '8%z2FbmupZBf');

/** MySQL 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',         '>b3+t}2a/p{g&DT5kOCVQ=pr70/fp,rv+Ne+bVzY,^q^m{(R,Ug5)mqlp=ShpzVm');
define('SECURE_AUTH_KEY',  'tpJ;|@7h_ BH.$pR$|s3bQJ&y#Y^K^ZP`+Da{L&egW; OEvP3vF%J$Q5:>):f@`z');
define('LOGGED_IN_KEY',    'i&ae2{#AZ#|5BI/YjNare&N]hH2y(J#v]rxq6+K14Gsiw.o unK=50H*{iG/cVWu');
define('NONCE_KEY',        ')RmZ!;[f0d%vm__hH#k:{@t`>|b=0FHIl^vmQz65vbv*uSCQD6oTmKpvG*^O~2~8');
define('AUTH_SALT',        'M3>]st3|f~~WdE JPb!VQ5_yKY?d[hU>KaSws(Vu>]:ELi41S^aM1<gW6c``o8eB');
define('SECURE_AUTH_SALT', 'U*jW-K&(aVsi?yAQ_0<~Zs@g;$)b)q=Ji[vGF3#tJLY/`@Vh|;<<([JOMpEpS0,c');
define('LOGGED_IN_SALT',   '{e#(d`)8Jv!m|9s<E`c%dvc#I_O|XW`r+2lIMV[nME`r~Xu+{wP;>5fISq}r+I/R');
define('NONCE_SALT',       '6-H9|8I9@2c]~m4IzFMl+Na~M!t+GLx=xEl/R4D<b4e(AD}*gu-C6D)H)ax5mWS+');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );

define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'bucksbaum.workshop-mg.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');