%PDF- %PDF-
| Direktori : /var/www/projetos/stb.ind.br/ |
| Current File : /var/www/projetos/stb.ind.br/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:
*
* * 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', 'stb' );
/** MySQL database username */
define( 'DB_USER', 'app_stb' );
/** MySQL database password */
define( 'DB_PASSWORD', 'N3iW@Bk9n$Z2B3' );
/** MySQL hostname */
define( 'DB_HOST', 'noehmg' );
/** 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', 'J~7u1@/QzQ#[^=ThNmda>MuI ,c<or[c#P.1N]xw/3jd{s${t@jT2)@GFVw:0wnU' );
define( 'SECURE_AUTH_KEY', 'Me]>Z)&]T`Rd|7 bQr?0ld]Cb`jcpv4{xWq>a80 UJyU:Azb54lWagFdg3IT:Zw;' );
define( 'LOGGED_IN_KEY', '|vf$v:LB/_Hn)5WNl.S=@^i|){<c iS}zuV`99~wLP}/PJKgi5[ElD6e^hKWKa!8' );
define( 'NONCE_KEY', '/=JUrUDCM5.^qHhudBT?T8kG<%s]s7]I6-)ToLNwrxO9up ;_d~0hk7F`AU7$rF' );
define( 'AUTH_SALT', '$]zpI5,mu!T6_NVYxP68n-XL~Bo4VJ-CO7_S7;h4%R= y>3]~97g>^/&RP;d__-&' );
define( 'SECURE_AUTH_SALT', 'ZwwJ;}H,a*N<Q65Dief2._ifnU=vJ`/9K0-]xOC]Of$#te05clkCg~q>1avi7w%i' );
define( 'LOGGED_IN_SALT', 'CJ1Nm p5_~@H[+x.;mjIt6bhv={.9pZ08/ut>:`/sO(_9{MMb|)`P{my^zYZH!?p' );
define( 'NONCE_SALT', '9C#%W6?u$j2b}F<rMbk$;U;?1|}jmoLJ E#!0FL2fKo_4hlXw}LHv]z|TC,]#|{o' );
define( 'WP_CACHE_KEY_SALT', 'stb.alyssonailton.com.br:' );
/**
* 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_';
define('WP_HOME','https://stb.ind.br');
define('WP_SITEURL','https://stb.ind.br');
define('WP_DEBUG', false);
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define( 'CONCATENATE_SCRIPTS', false );
define( 'WP_POST_REVISIONS', '10' );
define( 'MEDIA_TRASH', true );
define( 'EMPTY_TRASH_DAYS', '15' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';