| Server IP : 159.223.102.202 / Your IP : 216.73.216.193 Web Server : nginx/1.26.0 System : Linux Gen1-cloudpanel2ubuntu2404-1vcpu-1gb-nyc1-01 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : albasshbotta ( 1021) PHP Version : 8.2.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/bottaingenieriaUep/htdocs/www.bottaingenieria.com.ar/ |
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:
*
* * 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', 'baseBIsinwww' );
/** Database username */
define( 'DB_USER', 'usrBIsw' );
/** Database password */
define( 'DB_PASSWORD', 'pe1joHG3Rhp5y8Xc7Sbp' );
/** 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', '06ZMToYcSSY~KlAxp)p.W `bdA1m=^[#xXLEQ^RXVh{#G|</R>)hA3-4F%0B;&xZ' );
define( 'SECURE_AUTH_KEY', 'mG;]tyn8uXxngN,(f_<CdJ3c`v)l0kuos|!@7eVUbXW1b~s v>17Xw6I+$6 v`xx' );
define( 'LOGGED_IN_KEY', '%z|4?Mrj.8g;-&-1<VqU]r0k3e%C~D>,f8eh;E4.;{,o<Pa<gMT~FY#AcoGbR5gc' );
define( 'NONCE_KEY', 'I7rwkHFOUGUf<(8k;Bwuc6Tn0?3@a.)ZPz%]/mAi%|hU*:ncCV)2C_<FzJ6QUA1L' );
define( 'AUTH_SALT', '{ffTorbzuF|La%8M6ZM]S|~5>!E{MO22G?^kq8+A^kQRV@?B=FOZmOSy5HP?v`xG' );
define( 'SECURE_AUTH_SALT', '4&Ul[(E1Fk +YGQ-zKFU`t0rYkRYY>%!un#RXCcVKPga?K4JN .!)a?-P8I<X1Y!' );
define( 'LOGGED_IN_SALT', ',m]h1bO~dTxA]|Vne,?_|J8GAGfV1W[?=ME#tu{a{6mhH,?j}#P*:,=R+Df*SIt+' );
define( 'NONCE_SALT', '8M@k[.pC,wjJfh P_Zb9Tb`/jxT5]0-D#DH1H_g7=dG|[NlPgn4!bvZnwM]c[T_' );
define( 'WP_CACHE_KEY_SALT', 'LL)aL#ZE8;dcr22j9F+AtO@bW?v$y;`j~v_[p@%`<w;#(C8tFOj&=3?L2QD%K(l5' );
/**#@-*/
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define( 'WP_ENVIRONMENT_TYPE', 'local' );
/* 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';