| Server IP : 194.124.73.198 / Your IP : 216.73.216.170 Web Server : Apache System : Linux vps0314.00gate.com 5.15.0-1089-azure #98~20.04.1-Ubuntu SMP Fri May 2 20:18:39 UTC 2025 x86_64 User : spaceten.it_vps0314 ( 10000) PHP Version : 8.0.30 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/spaceten.it/salumipasini.spaceten.it/ |
Upload File : |
<?php
define( 'WP_CACHE', false ); // Added by WP Rocket
/**
* 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', "salumipasini_st" );
/** MySQL database username */
define( 'DB_USER', "pasini_st" );
/** MySQL database password */
define( 'DB_PASSWORD', "A6w36k_G9cUv4" );
/** MySQL hostname */
define( 'DB_HOST', "localhost" );
/** 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', 'qWld6epMp1SRcXHjhEbJANP2Al4z2A3ATnTfhqlAKLdjNrudzDbe0BTeNDSjrMK4');
define('SECURE_AUTH_KEY', 'YtoZnUd8jTzupzNv8K3K2Y9I8f5Rj9DURzkBieKHwIVregKmldH4v2goQUCyDscA');
define('LOGGED_IN_KEY', 'fJWc1W6NulTC1pjJ4cqEMxtFvTzh0HjLgKIDHIIiezNvWU8pa0cYH9Mlg7xT2ZLj');
define('NONCE_KEY', 'VwY3JzeYFl0mWoBuAhKWQ94tGgQHRCqN7A61mnyN5DhU2GJSZdRBzfsX0p55mYcm');
define('AUTH_SALT', 'CA3C09tHW5dkJ4fH7IgEwZ1HqNY9whA8SlhCRaquAhl2MDlp8tKY2SwAPRKhYc4a');
define('SECURE_AUTH_SALT', '3r9N3fIzANQPh6xv24kbDOLtfZBmLPDrGkpytnawrWxfAmkn5CXSjgw9xCkP5BQF');
define('LOGGED_IN_SALT', '6ncEORA3HraMwH0VfQMkkW6wzfLV5z5rm4RVVySAL8e9F6h1ypwF6TKdtoT6gC5o');
define('NONCE_SALT', 'JY06ueOoXKaF24AWdgn4BNGAwnvbViDlCHFfgJtvPWflMHAD9eIjCMc9C9sesgpH');
/**
* Other customizations.
*/
define('FS_METHOD','direct');
define('FS_CHMOD_DIR',0755);
define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR', ABSPATH . 'wp-content/');
/**
* Turn off automatic updates since these are managed externally by Installatron.
* If you remove this define() to re-enable WordPress's automatic background updating
* then it's advised to disable auto-updating in Installatron.
*/
define( 'AUTOMATIC_UPDATER_DISABLED', true );
/**#@-*/
/**
* 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_';
/**
* 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 );
define( 'WP_DEBUG_LOG', false );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname(__FILE__) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';