File: /web/htdocs/www.silencelab.it/home/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', 'Swp1700310-prod' );
/** MySQL database username */
define( 'DB_USER', 'Swp1700310' );
/** MySQL database password */
define( 'DB_PASSWORD', '_Bb0|#mDDp' );
/** MySQL hostname */
define( 'DB_HOST', 'silencelabit.mydb-aruba.it' );
/** 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', 'vF{Tg2u KLFz*$IO^V 1##dYVUh=qE]Q8*-q|!4[l>]6|g[MIKR_zLK:@/8P{*Ni' );
define( 'SECURE_AUTH_KEY', '4zv`_+ EEVR[rCc/ksE%GW[@kqwz21K/$I^:/`?hO&{a>vc7|[ C&#bVq#UqZ;`X' );
define( 'LOGGED_IN_KEY', 'X[sL$zNT)U88V->&2J_ z8rn<v(d5LnV?~i@EcHXb6I8EU7_6{w 0!yfl636}C#.' );
define( 'NONCE_KEY', '0AAIm7s>`COlHwCYsW5oD!fA,YLN8lo/V9~Y]!eBjPxL0^U8,,Tqgaj?s;!`Q~p,' );
define( 'AUTH_SALT', '&U8eHgLq|A@Y(<D}yE^~pfi]8;O.|*&MvA+*7KJC|&O?KTvozVt7V,FViJzAaY/0' );
define( 'SECURE_AUTH_SALT', 'Ig`Sj8M/+|B1)NB~562CA+syCIfE6q}yqa]ODb*_O_;F_}:Iaqwckph`2;g9sMRe' );
define( 'LOGGED_IN_SALT', 'LYD:>s[+].<$Rl<jhtJl;la^>84#(tTry@8gZei6H60|t9Ouk6AbMc`kb6e&,]Qv' );
define( 'NONCE_SALT', 'jUrEIwM8HT&gp%A1SO)_$7,C;f]k`]!t.;,mYyM~:n[/@4~.nv:Sr#*@8l}EzQ-}' );
define( 'WP_CACHE_KEY_SALT', '@Bv{0d@{foA.grv=!(!09zgHwcYns2Wk5%M{?vt@=g~]M%Tx_>9Nl:=&+M4FNvRt' );
/**
* 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 = 'wp99827_';
/* 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';