JezK
Edit File: 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 * * 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', '3lRVqyk6I0MkYr' ); /** Database username */ define( 'DB_USER', '3lRVqyk6I0MkYr' ); /** Database password */ define( 'DB_PASSWORD', 'qQbJsjTtmzowCP' ); /** 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', '@#H<;?vaP>>55Q^`TH-2.~7V =&ku0O:ZTB)||!(dkU#vP~C7#.(SC_lz>^7AXo&'); define('SECURE_AUTH_KEY', 'R155%#lp]gAbd/O(.$-DupwBjMV[mwVaE$O;-pOaB2_v`P@_F,npv|emHu$+kQ ?'); define('LOGGED_IN_KEY', 'cOZedz(a6ML0:]@`hOrwmXk<mZ gZZpcQS^;_,K{>,(]j0`_DR],zk/zVPp$|`?p'); define('NONCE_KEY', '7IgXxd6+$a;kN1Pf:jZ2$&*]A<]DKtuW~q;}[SGt5ItxErX4BOHA`3Y$}<6]#I&t'); define('AUTH_SALT', '=pAYlizHy0ecm[`J%04I1w+ObJp:Kcp]2~.uSi,X?t[72Xo&c{@j`?cwi6/]~egU'); define('SECURE_AUTH_SALT', 'RvK=Q2tO&(4M|j`{|-Z*`u{w{;HfOzZt:<<`5+gKTtZx&<a28dL]Wc|NL-<=|-oi'); define('LOGGED_IN_SALT', 'o!RHB`}TyhB{e<VYs0Q|N]YI$8V9@|~}[X-L-{KVEm@X&]8mfW9/vBJLO|`P)},7'); define('NONCE_SALT', '{sw2Yd~s(k]t6w>d}S|V;6rc|dUU#+9gtb_D!f53n1:DX^ti!5J0)|F?L[z]yifT'); define( 'WP_CACHE_KEY_SALT', '5PH2Dk`aG4vlLt)vbbg.]1EC_0z*AKQ6bW;Zc3ywyCRB~^u%[vJD4iQvsq4M$=xW' ); /**#@-*/ /** * 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. */ define( 'WP_MEMORY_LIMIT', '512M' ); /** * 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', true ); } define( 'WP_DEBUG_DISPLAY', false ); define('ZOHO_CLIENT_ID', '1000.S544BBDBRSXLKI77Z6631QQ9YHT4CZ'); define('ZOHO_CLIENT_SECRET', 'ea34d20d42f52d71ad0c3d1e4d45935de1041a8f1f'); define('ZOHO_REFRESH_TOKEN', '1000.eacf267bb1e19e153a2247a58c5d6b05.bd57d6bd0f13d398818410f8ad83df16'); define('ZOHO_DOMAIN', 'https://www.zohoapis.com'); // Stripe API Keys define('STRIPE_PUBLISHABLE_KEY','pk_live_ThInVo4UDb4jQwZyUR6kyxzI00g4t5JHmZ'); #define('STRIPE_SECRET_KEY', 'sk_test_elYDKbrycT1RHRKOU0I3Rfuv00xpZFAJTX'); define('STRIPE_SECRET_KEY', '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'); define('STRIPE_WEBHOOK_SECRET', 'whsec_mgjHN2MV8nqf3DahKvyuEZkdamFrloaB'); /* 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'; // define('DISALLOW_FILE_EDIT', true); // define('DISALLOW_FILE_MODS', true);