define( 'WP_CACHE', true ); define('WP_MEMORY_LIMIT', '512M'); define('WP_MAX_MEMORY_LIMIT', '512M'); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); define('WP_DEBUG_LOG', false); define('FS_METHOD', 'direct'); define('FORCE_SSL_ADMIN', 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 */ /** FEEDZY Stuff */ //define( 'FEEDZY_ALLOW_UNSAFE_HTML', true ); // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'dbs12953489' ); /** Database username */ define( 'DB_USER', 'dbu2482625' ); /** Database password */ define( 'DB_PASSWORD', '99%tyrotoxisM' ); /** Database hostname */ define( 'DB_HOST', 'db5015890466.hosting-data.io' ); /** 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', '&VaaGupS_FX3]ajXtTVu?0<|9Ej;v.)Qed|.LuqP(ySQQhJc55;;|~M QQ@X+#3W' ); define( 'SECURE_AUTH_KEY', 'wysio##wc.-%w+c|F+@+' ); define( 'NONCE_KEY', 'g7wKl-?50-|C{0Kcc+FjhS~HdmZ1095J;ZD+abfa{g1$qX55Ui|AFH=+Oy*ae2$a' ); define( 'AUTH_SALT', 'k7+1M2B~?P[`34.m<46>pOWTr7HZR[rR6V.Ev8|0V${.1UAb0*48gMX}G>=A?Po<' ); define( 'SECURE_AUTH_SALT', 'uCaGy}Wx-FZd,yJKC=+t|H@D<-W[FvLoo7i=yjhP|Mld1ZBU#T#8(ShsY9q+hqAl' ); define( 'LOGGED_IN_SALT', 'nF~1.QuF;d8pS5*c7{1-`B!DiQQ0VV>5e3YKz ru`k:`=N~]&xrq(U@Zx*`m?829' ); define( 'NONCE_SALT', ',AJe5!!NBE%Ex[eG$ 4@^LH&XIEg,on8IbQ8M*bHE(#kfLoJ7+V3`0*?9UD`zWGx' ); define( 'WP_CACHE_KEY_SALT', '**0]3+O=ytc(8]+ /0MO[s9!e&NP`MZ7US@>SyA/eQ>`-^c]yU|MVVoE~Q$~PpY6' ); /**#@-*/ /** * 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_'; /* 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/ */ /* 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';