HEX
Server: Apache/2.4.63 (Unix)
System: Linux TOMS-220NAS 4.4.302+ #86009 SMP Wed Nov 26 18:19:17 CST 2025 x86_64
User: flavio87 (1026)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /volume1/web/tom-marchisa/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:
 *
 * * 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','tom-marchisa');

/** MySQL database username */
define( 'DB_USER','tom-marchisa-dbuser');

/** MySQL database password */
define( 'DB_PASSWORD','Carlostan6398!!');

/** 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',         ' ,ua(;14$+FF>TxLB+wTvn~1dt&-%,|P=~XOd.+J#)E/.Ll+x+>SH>|SMVNx{:-i');
define('SECURE_AUTH_KEY',  'vH%]NKX+g/#!^zOtiO@*ZTG6k-jhtyXImClG?!80C,C)]Cw+Eimf,17!%J=%rrc>');
define('LOGGED_IN_KEY',    '6bbUv|Wy,.(j+9a.Ta5|%Tu_-c<DJ[n39?.@SnvGVTjSnLi {M #DzJ<1Dth|_^R');
define('NONCE_KEY',        'Zp^K~rR|OPiC)wd&:A?_tNDJQ/?[%.+Xm0Mz9QS4^Uh,z-;utFJ(t| G[ApF^M~6');
define('AUTH_SALT',        'DNE,xd%MYeqvP1+!4W]8EnBa-.-air=euX3thQp<w]Q$tA|7-hfd1[>^B)77F7jV');
define('SECURE_AUTH_SALT', 'S~G>fJjrSJf}-9+Z><t;e9/^5$x=!5P&TLjbs+uVS3AGsZMq*+d oM!hZJP8<|<s');
define('LOGGED_IN_SALT',   'yE*50&%`DS!%gUr|)l~Y[Yn+L(c}<O)DLZLA0~cQ_sI-nl7$5a2-KiA[Z~XAjz8S');
define('NONCE_SALT',       '!pom+K,01jL&8$+G~G>;_AF0cT(yL=7M|8N,sOoqt:~I6 l+DA4HY,9sJe1KzMkr');

/**#@-*/

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

/* Add any custom values between this line and the "stop editing" line. */

define('WP_MEMORY_LIMIT', '256M');
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';
require_once __DIR__ . '/syno-wp-config-custom.php';