File: /home/ser65kty/torculos.serversmw.com/wp-config.php
<?php
//define( 'WP_CACHE', 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', 'ser65kty_torculos' );
/** Database username */
define( 'DB_USER', 'ser65kty_torculos' );
/** Database password */
define( 'DB_PASSWORD', '$rz#oUtYro)U' );
/** 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', '64f0kz[Ps(_~ni0*z/rt80m7k)g/M586FHsu2G85K6_*_8Aa6)-5S%4hMXKPs%Z1');
define('SECURE_AUTH_KEY', '-PuR|4l_AAvO2xXP718Z65_oK&b_loM12rT#wem7T1-0tbn:18s#7OCCLIy84Q5z');
define('LOGGED_IN_KEY', 'l;D~u4s_LL-JN+iy&22K4429SpT2tdJ65!wU3__O3%sS69R+&Oil;T||@z6n__)3');
define('NONCE_KEY', '1#bvt;t9x99~(6M2vtfWU;8T+74fu8Wo1E9)9ohV7ejz;Z14%95k/_Y4GSdg;Q|%');
define('AUTH_SALT', 'o39-v_&~P(&7+5AK0jiX8;f8Ff~6I2br%jCxtcE64VXE2-Q1]09Qy1Z-KqZ899wp');
define('SECURE_AUTH_SALT', '6()U+Rfd_XB_j8yVu2!%6P+e+k2/24[9VvbwW51706l3O/ughW61s&2l&e|QCxY1');
define('LOGGED_IN_SALT', '0_6o3g5mgJn/zd6Ga16Pt;Uo6Q4|[SasTRD61WF@0PsqdH21n#wT)1%k_d6*11;Y');
define('NONCE_SALT', 'l*9~sS-25eEe0W83~0q9;7w(KqH4+|PtsgH13#h3#869E%|6mATIqclvyMhZIpM/');
/**#@-*/
/**
* 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 = 'g9ii9l_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', false);
/**
* 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 );
}
/** Memory Limit */
define('WP_MEMORY_LIMIT', '512M');
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
/* 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';