File "smarrcpq-WordPress-public_html.txt"
Full Path: /home/smarrcpq/etceterast.com/configASD-20250607041242/smarrcpq-WordPress-public_html.txt
File size: 3.52 KB
MIME-type: text/x-php
Charset: utf-8
<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'S7CsysQcpwStuWbCDAbRG8IC3DCG20ExBua2NGpo6X9HAV7PrOFwot5xvr1vrXki');
//END Really Simple SSL key
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings
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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'smarrcpq_wp261' );
/** MySQL database username */
define( 'DB_USER', 'smarrcpq_wp261' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Z8S0@3(p7p[6N(' );
/** 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', '' );
/**#@+
* 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', 'a8kxthe5i3i7ut8vn3bkzmpjwychiizhgbstjxqdybqvgqd4akd2hxkesweu1hhj' );
define( 'SECURE_AUTH_KEY', 'wozvx1vmdtirlzzdqgkkkzzp6eif80kwyrf3p9ikwmgdjztgxdg2vcv4svizya6z' );
define( 'LOGGED_IN_KEY', 'jvdlbzwluvgnz9ttdhzukqr4guxiystn0p8hclpdd8o460j8sntpbx4l3uosewnz' );
define( 'NONCE_KEY', 'jnhxsu9akdmzsgrpg39dcq8lose6wtlet3etk6tzwemnnrfas4muydo2pxkzec1j' );
define( 'AUTH_SALT', 'x6fmwqznk0lzet4fzyvgkh7c9qmdsr6ir8qxr5fx15xykmmzixopzet1zngv2lcc' );
define( 'SECURE_AUTH_SALT', 'pmejjw8yvqhxdkmibm1dxvapzdpxyrzz38uiah8s7hqg5om5bib5h6k4zaiakisq' );
define( 'LOGGED_IN_SALT', 'lylkszsjjkdyp1opfcu0bkkxfsainkws9hdzk9peitxg1tizydpshljotpj33h4d' );
define( 'NONCE_SALT', '9go5ghiediheyhsvkpm4yktehlj0fieyxkqwuma58e54yipofswdyyi8sr0r6rwo' );
/**#@-*/
/**
* 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 = 'wpev_';
/**
* 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/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';