| Server IP : 165.22.154.248 / Your IP : 216.73.217.0 [ Web Server : Apache/2.4.29 (Ubuntu) System : Linux droplet-integra 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 7.2.24-0ubuntu0.18.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/web-integra-backup/ |
Upload File : |
<?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
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'webintegra' );
/** MySQL database username */
define( 'DB_USER', 'webintegra' );
/** MySQL database password */
define( 'DB_PASSWORD', 'xBC2m0YsVf' );
/** 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', 'FYI{-K=bpNFg<+2>)2I8+Lbrj`_,!qB,m]Zf(gi2aX`,hx7_#.Mr[1,=Y7`F,8!}' );
define( 'SECURE_AUTH_KEY', 'CBh@QoMH.^:Ml/~Ns7up~>mX*r7.7v/_ts5a}$k{6F(#PjfTDyi%U]cozL$WPzKT' );
define( 'LOGGED_IN_KEY', 'yB}T2MQIx8zosucJGwqvmDu{5 `raFB9%qX#>D&V.Y[/_k`^4hTaUOQ~gp!cw 6a' );
define( 'NONCE_KEY', '`BZd-)YDk/Y]<}7x;&JZomwm]cK3`8ZT%A8tli7bn~0!l`r@Df]VraO2:u{DD>$$' );
define( 'AUTH_SALT', '._H}-k4`l{TAmh|uIIi?Gt2^Yk*w8ql@T<[ah+bnguw}|w_FofGM[tUL~G+>`6sv' );
define( 'SECURE_AUTH_SALT', 'AWKsN#lD5F[m9*YEFjhGyEk%c38bb=7Zl?O#KgE-n;)WG$7yv.pIRCgNn4iHHusL' );
define( 'LOGGED_IN_SALT', '1Xf#3GN*I[0Xj +MS Z`V@s%Y/NZ|RyDCnv gEU31I(OTix<}4=$im`:PwbK%_}k' );
define( 'NONCE_SALT', '`*}c%G->(*<QEz|:Ty#iZKU7<&P&eE6pr5m3},#hJbUlG/Ftlo1nKt~c%f ?<I&4' );
/**#@-*/
/**
* 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' );
define('WP_MEMORY_LIMIT','2048M');