| Server IP : 216.238.66.20 / Your IP : 216.73.216.51 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/fiammarocher.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:
*
* * 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('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/fiammarocher.com/htdocs/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'fiammarocher_com_s6I2AOeR' );
/** MySQL database username */
define( 'DB_USER', 'fiammarocherSrAo' );
/** MySQL database password */
define( 'DB_PASSWORD', 'A2HFixRrcvoJjVfsebuWmgtK' );
/** 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', 'f6Ut]2*Y9+YM#12@4 qc9 <g0G+k,l|c[T#2]lPT.0H*<rn~%B#)tT]XP 7Z`w+}' );
define( 'SECURE_AUTH_KEY', '<`xy3s_`DT1u7EMNS[b1z[sGMb=fJq3FPi(E_Y3I?U2_fhVu]P@W>jszSB]X7k`@' );
define( 'LOGGED_IN_KEY', 'WJ_C5R_!5Em?;R Q5w9[0HS:iN!A 5AVmE> DeC`eDxXV?KVWX_D4m_i1+9P!V/=' );
define( 'NONCE_KEY', '<wJ[kmae{SHd`Q8@fZ{nSffM$nJUqjro;TxLvmoaq`&H)$kbxD*vxen8IkUh6. X' );
define( 'AUTH_SALT', '(8DDvg[noi_N}{f3wen?tD,Mj($Q;Dbjfe].~Gk9AssZ(oZ=wdrl3T> ^F=C:)%f' );
define( 'SECURE_AUTH_SALT', ':w.900LYBY_j<Uv&&3O]QWLhIZUnu+@|Z;vQ5Y17=q_BRv9PY5`8?&0~y14xV,ix' );
define( 'LOGGED_IN_SALT', '*Ksul&ZQ cgEB,5HVV@[Ki:AUDVoKHl]d$e?8>4J:{YMM5aVzyAm7pP*#3~QI2_/' );
define( 'NONCE_SALT', '~p=&i-F*K(_S]@hS3lAO7`x5rDfk|a]WIuuBC9kd[pU@a7p4z<j?Aw@;5R5s53&k' );
define( 'WP_CACHE_KEY_SALT', 'fiammarocher.com:' );
/**
* 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 = 'fiamma_rocher_wp_';
define('WP_DEBUG', false);
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define( 'CONCATENATE_SCRIPTS', false );
define( 'WP_POST_REVISIONS', '10' );
define( 'MEDIA_TRASH', true );
define( 'EMPTY_TRASH_DAYS', '15' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';