| 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 : /proc/9427/cwd/integra-intranet.old.bak451112/ |
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', 'integraintranet' );
/** MySQL database username */
define( 'DB_USER', 'intranetuser' );
/** MySQL database password */
define( 'DB_PASSWORD', '46dcmSMx5Y' );
/** 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', 'pf0Iai~q7-}9nHNQu6YB.xkA(Vmsa&<zpOuA:U<M|d|%xitn8hLC],4U1x<i&$I3' );
define( 'SECURE_AUTH_KEY', '*u<2eJ~4vsR)`Z9gyF(vAkDeGo$+%iuUfXTtJ}OZWG9Zk4 ~`RhXzh (!!+;J?`V' );
define( 'LOGGED_IN_KEY', 'r<,`<0fF!~XN]KkT+B]*6fUO9Ud<v[Pln9oOLPvdwK2}8GPt4j?T?RjPBzs.B;s~' );
define( 'NONCE_KEY', '~!)hc&:1}Z!uMb&o@2[i:7qW,C!cn3%m/L5#cy d^]VbTsQ7_Il8iOTu%OX4`3_c' );
define( 'AUTH_SALT', '@C):l~*pR(Gmsd6z=Q%_r7I+umm6i*y9tuZ(8eEMbay6:><o}gv<[so|pk6%TO<0' );
define( 'SECURE_AUTH_SALT', ')^oHt.7n)MU%Su|33|]py@[{b=Wp9+>5Zm-)z]YS)G0v</:zUC0gnHq>N&//ncK?' );
define( 'LOGGED_IN_SALT', '4[85$ras,?.N4>>u(&tI=MhCaP~m2~j*iiXsp(H#u|mH+5WACgLeFe$1wBNNON|X' );
define( 'NONCE_SALT', 'MQz=t1&O(2Em.)#hSvp^n7^CPyi-2o=6(BVfZiqJe<ud`s3:}wJ,0vyCDPwGt!8c' );
/**#@-*/
/**
* 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 );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
/* 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' );