| Server IP : 162.253.224.18 / Your IP : 216.73.216.135 Web Server : Apache System : Linux s18.infinitysrv.com 3.10.0-962.3.2.lve1.5.89.el7.x86_64 #1 SMP Thu Jul 9 15:55:31 UTC 2026 x86_64 User : dejavumk ( 1184) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dejavumk/cecinagourmet.com/ |
Upload File : |
<?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
* * 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', 'dejavumk_ceci' );
/** Database username */
define( 'DB_USER', 'dejavumk_ceci' );
/** Database password */
define( 'DB_PASSWORD', 'p!!T4D6S4h' );
/** Database 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', 'wbno4an5v8l1fhnxximwkfxhczihoiathyovedq52o42z4jdbd2qvb7jckl2vnzk' );
define( 'SECURE_AUTH_KEY', 'ddbums5sojhut14rc3vhci30rjypur2jephndavsu6jjuyoe3xvcdivfmchgap17' );
define( 'LOGGED_IN_KEY', 'pwu0mweql62ohbyawc4vlq0umgncv1ltt7oi31wesw7fhvdldqmo54l3feuskufy' );
define( 'NONCE_KEY', 'gmjutsgyws7dczgefayhpbmseboe6clpmfgmyxmtcsdzntcf3rknhcebfraoc6mr' );
define( 'AUTH_SALT', 'lj06facxf9ibcasdhbdyestlbd5hlkpz6rwtkzqxevlp668mbtuxlzfhs918pgg0' );
define( 'SECURE_AUTH_SALT', 'cyhbosyauvgwgfttsdgl1oommmqyjgslrw34ljvzq2hqdofl0e9mfk0mbdqnuqxy' );
define( 'LOGGED_IN_SALT', '9hqulto3dv0nndvmnf7punn0khjxlwkgadkxkvvetl1moj940gq9u4rpmgejdtrx' );
define( 'NONCE_SALT', 'y62rx5skzhbkoxpvfguwmf5odcfl9pt8z3txh9juloqtv1aaisf50fzvsxq2yhlw' );
/**#@-*/
/**
* 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 = 'wpcg_';
/**
* 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. */
define( 'WP_HOME', 'https://cecinagourmet.com');
define( 'WP_SITEURL', 'https://cecinagourmet.com');
/* 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';