File: /var/www/panigaletech.com/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://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
#define('WP_HOME','https://dev.panigale.uwhpv1.com');
#define('WP_SITEURL','https://dev.panigale.uwhpv1.com');
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'panigaleprod' );
/** MySQL database username */
define( 'DB_USER', 'paniprodusr' );
/** MySQL database password */
define( 'DB_PASSWORD', '5d112999e1ad3e98d27b8393f65d8b86' );
/** 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', 'TU -gcO~f/WQ8)~Qd~e4uc(6B@yXTyWV.*sNeU1]u$Tp)yeA^*uZo2eMzK(]us4g' );
define( 'SECURE_AUTH_KEY', '.; -x%eNuF!tWMAEAA&8kD@I32(BqO*ASNBO4ZXW;6JG4% f#4tnbx4Fr$%dZ?:8' );
define( 'LOGGED_IN_KEY', 'pf]MZM|LW@)>G@JL4Jd|?P1edTX/1+IYym _wDU8@0*]|g|72*+n#[-)ji~imabY' );
define( 'NONCE_KEY', 'tepn1vkG-_<+s8B3zUbo]au>o=TCIsZ!F&:kSLh=XpNT.FB%(~%Tt|uqvKMS2O%-' );
define( 'AUTH_SALT', '<.CXy[e3*|@sO|9q/K0z0b*@8+VGtnjDtg]2TdauWwB%]3h:/ DNnsD[o75Q<9No' );
define( 'SECURE_AUTH_SALT', 'PhM+Loyv7J?HrdY(PaeR7rs^QgGmo9DSz%=)rkIb&=j=ac7~b7n,Gs,]j5J%(;M,' );
define( 'LOGGED_IN_SALT', 'pvNJ[n5U_$c*QsfjPu_I=5j5^@ttCF!;6rr!&d1/$GL1ap((NOxCm/Azd7O4ML29' );
define( 'NONCE_SALT', 'FuH}.SL;]DypQK>5{*V[g$IsSMhyek!xf<.07y(~&1@5WLZBI`6)E{.5kk;IzP0X' );
/**#@-*/
/**
* 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 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__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );