File: //usr/local/src/agricolafrettoli/wp-config.php
<?php
// Report all PHP errors (see changelog)
error_reporting(E_ALL);
/**
* 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://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
define( 'WP_HOME', 'http://www.agricolafrettoli.it' );
define( 'WP_SITEURL', 'http://www.agricolafrettoli.it' );
//define( 'WP_HOME', 'https://frettoli.noappname.net' );
//define( 'WP_SITEURL', 'https://frettoli.noappname.net' );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'agricolafrettoli' );
/** MySQL database username */
define( 'DB_USER', 'root' );
/** MySQL database password */
define( 'DB_PASSWORD', '' );
/** MySQL 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', 'GW!:9d1+{p$-pq+;`s_J`r,P>z+Qed-eOR eJt)`dLS0<%?s&I]pCbf[>5-u#jxv' );
define( 'SECURE_AUTH_KEY', '>+c#^!`?1C<5^K*AeA:T#>SLsAtjP>/w(YqZV{^$(>e[NL29+QoEJ~kO=;}T8M0[' );
define( 'LOGGED_IN_KEY', 'Gy^B AGq~tJZz*<fB<ja5vzLg%TGJCTN;S&b07}qK^^)Gc[t9Qi2dE1dx8L54a,l' );
define( 'NONCE_KEY', '2wB2_QM%t33TCjE8Bu!@]q4_]`12XSOQS4PJg^Uku9(?u7&O0-&&:2gAGWe+/#t ' );
define( 'AUTH_SALT', 'Nm$nGSb@4e9)D2g`Uyt25oP61b1V 0uD_3DYa>qU]hDG =`+p0qg8N_sKa)i&*&4' );
define( 'SECURE_AUTH_SALT', '@bh?nw5PMl 8iyu!kb_D8n!13U+.L>*VK)xpvR$4W?dy]TQ;MbK#3 $my8}{>{{d' );
define( 'LOGGED_IN_SALT', 'WFB5op^^SQgh@ly>.Qd[s9fi3W#?IwHHL`*X5w<f||[)(g<:hNslV?2|_u}n,qGL' );
define( 'NONCE_SALT', '`*M&Pqg~!.$P8toTmEK;Tp7QVuTIh]Y5ho$Wn+UYD$V5|P((/u#*OcUYld|A/PG,' );
/**#@-*/
/**
* 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 = 'wpf_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
//define( ‘WP_POST_REVISIONS’, false );
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );