| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 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,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/enaireaceleradora.old/ |
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', 'aceleradoraenaire' );
/** MySQL database username */
define( 'DB_USER', 'root' );
/** MySQL database password */
define( 'DB_PASSWORD', 'Timpulse02' );
/** MySQL hostname */
define( 'DB_HOST', '192.168.7.18' );
/** 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', 'MzMdJS#8^5&wSyoYOd)kEpzeV.gWp0onk]Z1GcX^}9wJJ4<cT;N:BBhL5{T9yqlY' );
define( 'SECURE_AUTH_KEY', '&0[z`NOVi_?OO:`+Ow*<t6Wjbr7yr7pyhH&WQ7c>}98VfF#VA-9S-t&vY_Aw^(^1' );
define( 'LOGGED_IN_KEY', 'Fu6h{09ekk[n]C]<G`e]i`Jw_y+$04@WA2g%2CiNGgDRmO6 y7IrNuD:eW<Ts`.e' );
define( 'NONCE_KEY', 'P][|Pex%=!tBXXVL{A7;u5W!&4l9~xek2V{40oJ$nKZR;f[gD2z399gJv}WAYe:o' );
define( 'AUTH_SALT', '4Fmh@p==2D;s1dQz;L8s_i|1n)}lc5eG_E9V5,;)7`BeG!Oe/KqcEEg2V)@2/;:>' );
define( 'SECURE_AUTH_SALT', '|Suk#&n>CCjLezt:9*$)lV/>KH9`.6)$&E7a-27Iz&H}5subBu]^w5[m_jpz<$~M' );
define( 'LOGGED_IN_SALT', '~Fc$^NP=0 ~Tq=d;KCg+qg`m:m0CE;5}@`EV)q,cc}N_){j6`a{1_cBi0T_5{!gt' );
define( 'NONCE_SALT', ';tW.$:FB|m3pePM&4}rTy2N!Q(rG+D;~<+C.Q?>-ByB=*>rsLBLh&i*V:uVfuJ3]' );
/**#@-*/
/**
* 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
*/
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
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' );