<?php
define('WP_HOME','https://aberturasaluminio.uy');
define('WP_SITEURL','https://aberturasaluminio.uy');
define('FORCE_SSL_ADMIN', true);
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
/**
* 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', 'abertur_wp_bwesu' );
/** Database username */
define( 'DB_USER', 'abertur_wp_b3n3g' );
/** Database password */
define( 'DB_PASSWORD', 'DAX$7f8Vq%FHCE2r' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '1Cb-]N57W2@7/W1D2h*%Bd9kg0@U:L78fQ*5r53%3y8cz7lt0vfZ1/+5t@48(13l');
define('SECURE_AUTH_KEY', 'qX;fi)8LWW|D4@eR31pqy/73PuAM-dZ(O0mk:HKCbCa8qK7o-G5_a@9U80;9f!Yw');
define('LOGGED_IN_KEY', 'w44lJx3L(6#%MUP;k%VS(3AQ8iagz56Q9n0~tzt_pb21D7Yyrk+I/e|6B9FbdR0m');
define('NONCE_KEY', '~_j6~W~1w3l:4+rS71!V5QB1jdwOG*6M~hnEsAf3lh73%H:U5&6h0oKj_U6EC5v-');
define('AUTH_SALT', '6jl20tZmq4a16L(PClc_215bI9o*/nj7!yU*y30]dh4UydT6wGo8S01#D-:FUY42');
define('SECURE_AUTH_SALT', '(Yd(3XtUiTwDtj0*w/3*U|]v]PwP8y+79wE8NCzFg@(85LL0n7z81uRXSi2)r294');
define('LOGGED_IN_SALT', 'd4|YvE712Y%sUNKx4KGNx4Q51ih/;k|8F0m3NUPk#S(|;u*yvZrL1w895yD&LU@c');
define('NONCE_SALT', '8t[hAJW631)7B3o45j%_QF8c*@%m080TTb4X)8y+8(*umXF*4:/[[Bd9+(l[5N;Z');
/**#@-*/
/**
* 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 = 'zXZ0HiV6t_';
/* 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', true );
}
define( 'DISABLE_WP_CRON', true );
/* 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';
Name Last modified Size Description