File: /home/storage/a/56/8d/cgmgerenciamento1/public_html_2026_02_10/wp-config.php
<?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', 'wp_09195635391' );
/** Database username */
define( 'DB_USER', 'wp_09195635391' );
/** Database password */
define( 'DB_PASSWORD', 'b3!KUIvy' );
/** Database hostname */
define( 'DB_HOST', 'wp_09195635391.mysql.dbaas.com.br' );
/** 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', '{@;JZ[:gsc&39hs{dc^9>**JK.:oN1M_l%Cd4|xRD!($!#@H,80EhW(h>uFW(&>!' );
define( 'SECURE_AUTH_KEY', '&|G6i-a5SY[g-1$`6[&9XR9~Q eT:3oz ^d-)|pkcG;}~9AdvdEbl4z{XGvt>kP#' );
define( 'LOGGED_IN_KEY', '#r Lgqq(h,Yb*ps7-<+d>grU$;C?!B yJM~=J:luw;R49`*I~Qv#J.?>YnX4R$3f' );
define( 'NONCE_KEY', 'v6]Cat48WiG+]TP7;Mmx}YXvLAxj6_z:5.^Y/MFYGy02^|~L^wH9igJ#B~@J.3u~' );
define( 'AUTH_SALT', 'h[8)};An)K;M5Lu@*zV[Z2y3]Q8o}d{xLMpw|<4+$*<.KJAC,8?ga(Vxba;.Vo^O' );
define( 'SECURE_AUTH_SALT', 'v%%!6-aq5k0o>_~zhd^gr.M%.5Mmat-z7|lf%*NiW|%q`X}v[]0LB1i%oKjaP(sP' );
define( 'LOGGED_IN_SALT', 'v)?Q%{BraLA67*Wg44IhMDUysjl(|Gu,-Fhm7L[=jUxESM+$I]n fJ6bV55/`x)P' );
define( 'NONCE_SALT', 'A@2;m9StJB(yRc.aIka28B.3e7M@_yeDR,ymRB6BJw%m3;V[i]kRPw)c)Gm=^*#o' );
define( 'WP_CACHE_KEY_SALT', 'C<<VsGtOAa4G3&mro}?~1}kWmd*]*d*:I^o|/w0[?x5?DzOGcu!8!dsq6=/0CE|P' );
/**#@-*/
/**
* 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_09195635391';
/* 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 );
}
/* 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';