/** define('DISABLE_WP_CRON', true); * 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', 'pacificmetalloys_wp_fcn9d' ); /** Database username */ define( 'DB_USER', 'pacificmetalloys_wp_hsqtp' ); /** Database password */ define( 'DB_PASSWORD', 'B?o2&@c1qv%@Z99%' ); /** 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', 'd2S9FstWL[B5xz~KvHnK]S|Icer||1]J8d9Y8D8(IzVg3BV*78]t!S3_Y5-:r+W~'); define('SECURE_AUTH_KEY', 'EQM50t6@C919&;80sSe|Ch~3dU]2918[rEwU8wDR+Ii*[qW)9jI+1z96XqE7WrpG'); define('LOGGED_IN_KEY', '5CVP(9UsS#3W;2lpT4m|%39J-0e/5i6/;1@T8NP&4&crPC/AW#R|@&T4qc-3e&|x'); define('NONCE_KEY', 'j5/X9@8!F!#r%+#s+B9z@#lHo72/rUk7M;wdVgPR8L292i8wz!mv!rJc2Sm-KF5j'); define('AUTH_SALT', 'Rp]]53W%l#RY18koKJ[R7V5dz|7vpR*G;Ymr9K4Hy]8/9mNU23C6e|h]7x9(_:X['); define('SECURE_AUTH_SALT', 'zSVZ9c:8:A;(aG8Ogq;c!uXO6bSw+Jxp9;3Hxd(t!950U#8!SN7Fpn9r4cgZ2Q-V'); define('LOGGED_IN_SALT', 'P1f]Y/A:7GM68&1V;H3~:7ZqjQd8G|dprCZh*VoaU!f4U65pb1j21wyA[)*T|(c8'); define('NONCE_SALT', '6rW:-7qU:j*SnPz2#|hg8DSRie@3k:%!FU06@sP*onM+d5&-j4&5Vv389lvc3~P9'); /**#@-*/ /** * 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 = 'T1NzaRU_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', false ); /* 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';