File: /var/www/194-195-117-163.ip.linodeusercontent.com/public_html/wp-config.php
<?php
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'McbaDk5grZlGyxkjGTc049bQWMlRPpDTjFoHxJ3XSNyugWwB3rzyUM7LXh52Muv8');
//END Really Simple Security key
/**
* 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
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', 'odoo' );
/** Database username */
define( 'DB_USER', 'wordpress' );
/** Database password */
define( 'DB_PASSWORD', 'p8kksHmjnYzE8Dm90X0zZfd5XJ7PHmnxrpdTK54Rsmw4X' );
/** 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', 'Qvt)!`.Y$t`ZL)G&ru@ut-YRX0nz.n33qcz06 !=!)Rb,AT#/,$Xs/D0t)WJ#mGL' );
define( 'SECURE_AUTH_KEY', 'DT?s9d!O_wf79>+VVAZ2EFfmcwV.Q8fI*| q?FUGwZWQ>Nx+>@+Z89$y]37lzF;0' );
define( 'LOGGED_IN_KEY', 'l-vb2y-x#E}*`tRwEJD<@--6vT<^9wQa|N=v[TYzHD!Aj2kckjO`4PXzAyRYa%h5' );
define( 'NONCE_KEY', 'kG_LvrmUB~^;#rh~}}z>|vIG}<(zOizz.4AWi-]Q*`bpn2>@?2ug%+GxYEb_rrV_' );
define( 'AUTH_SALT', '#/<s.VUrbd(Hm3X>[Li0FuK^KZZaV}i.HGG_c{FP?~A{1qLydxObU:)zj=EN%+%6' );
define( 'SECURE_AUTH_SALT', '($OlfGH*f{%6UEIa{Dfta@Gctrc3Dr CbS3)8E5Dal$z3,{QI=A(@PB0E&m^wW+9' );
define( 'LOGGED_IN_SALT', '#)nfvA&N&E)Mrt0g<w0.C|{V)[x$*p>L_4{4ggH3WGcRBrRw8,vq4omgwCjK?4N8' );
define( 'NONCE_SALT', 'NuN%V&lVF@?%#$&ykZiA^}Q.&L&5Z1^8QHicifA2XY gF9+Y<9k7_^)mygVbe(?S' );
define( 'WP_CACHE_KEY_SALT', ')*8arG8*9IlwyK% @kE8{V!}?Tg0/S:<JR,F(i}Qiag4~iT{Sq_0u2]E[>S<}ry>' );
/**#@-*/
define('WP_HOME', 'https://194-195-117-163.ip.linodeusercontent.com/');
define('WP_SITEURL', 'https://194-195-117-163.ip.linodeusercontent.com/');
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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_MEMORY_LIMIT', '1024M' );
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* 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';