HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux wordpress-php8 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/html/parco-maremma.it/wp-config.php
<?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/documentation/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', 'parcomaremma' );

/** Database username */
define( 'DB_USER', 'parcomaremma' );

/** Database password */
define( 'DB_PASSWORD', 'T1tup4atmA' );

/** Database 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',         'xeB=/ZiEkPcQ>@0jZ,~rJ D*3vCfo*{?F3#g+CF5#e`Bk!{J5{h0r6ym,x$y56{=' );
define( 'SECURE_AUTH_KEY',  '%CC.#}f9!Itn1*$,jhU`zoO[Mcz0zKi+X=2[G?g~<X=@dL}OiIYk8Os*GgHI`zQN' );
define( 'LOGGED_IN_KEY',    '`O6}le[[6aRH*z6|7.i_JUJ~8NJH.A>ycD)C=/sh%d9>OOD:`LWhA.){vEH9,B-?' );
define( 'NONCE_KEY',        ' {IkVcux2,KIU?j2l3|2ZKhr!|C?P*5E/}Mch^_aa(g>2~Kl4R2 rMGqLE%L/ xn' );
define( 'AUTH_SALT',        'lfqr09[J0n2TYQ Lb+E*v9:NNL!s6G|`,t-&GF&O$RmKGivr-CC5nl~9M)=;^u7p' );
define( 'SECURE_AUTH_SALT', 'KJx*QgeIvQVF+)KO%,Rc]o4NGyWvj=*r?{>M9Mdlw}rjT4OUzah MyCRxYrTXrTx' );
define( 'LOGGED_IN_SALT',   ')[+VIuOm-aR6uz^ljY;9%+=8JWZY_gQeQ=XI^}U>jKf9B:8S_),WZa3?hGLZA5&q' );
define( 'NONCE_SALT',       'T?84@s<gmS^6SmUEZNt>GqsaIJd,=Hi`]OI7)oPu6LMS%JZcs=n!.1(m6{[7G87O' );

/**#@-*/

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define('CONCATENATE_SCRIPTS', false);

define( 'WP_AUTO_UPDATE_CORE', false );
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);
define('AUTOMATIC_UPDATER_DISABLED', true); 
/* Add any custom values between this line and the "stop editing" line. */

if ( ! defined( 'FS_METHOD' ) ) define( 'FS_METHOD', 'direct' );

/* 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';