· 8 years ago · Jan 04, 2018, 07:50 PM
1<? php
2/ **
3 * The basic configurations of WordPress.
4 *
5 * This file contains the following configurations: MySQL configurations, Table Prefix,
6 * Secret Keys, WordPress Language, and ABSPATH. You can find more information
7 * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
8 * wp-config.php} Codex page. You can get the MySQL configurations of your hosting server.
9 *
10 * This file is used by the creation script wp-config.php during the
11 * installation. You do not need to use the site, you can only save this file
12 * as "wp-config.php" and fill in the values.
13 *
14 * @package WordPress
15 * /
16
17// ** MySQL Configurations - You can get this information with the hosting service ** //
18/ ** The name of the WordPress database * /
19define ('DB_NAME', 'smpress_sbvolei');
20
21/ ** MySQL database user * /
22define ('DB_USER', 'smpre_sbvolei');
23
24/ ** MySQL database password * /
25define ('DB_PASSWORD', '211088');
26
27/ ** MySQL host name * /
28define ('DB_HOST', 'robb0346.locaweb.com.br:3306');
29
30/ ** Character set of the database to use when creating tables. * /
31define ('DB_CHARSET', 'utf8');
32
33/ ** The collate type of the database. Do not change this if you have questions. * /
34define ('DB_COLLATE', '');
35
36/ ** # @ +
37 * Unique authentication keys and salts.
38 *
39 * Change each key to a unique phrase!
40 * You can generate them using {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
41 * You can change them at any time to devalue any existing cookies. This will force all users to sign in again.
42 *
43 * @since 2.6.0
44 * /
45define ('AUTH_KEY', 'y-aqk ~ nV9Vw + x}: d (y> + 88D --- 7PW ([D51TH # & TRCw..x | owrRMK`HSdG6; zmf4');
46define ('SECURE_AUTH_KEY', 'G} jRxu | i | _8- {z_On} k86 (| [> T (,, jj9w> aNW * N? zvAp? b {xQ3x6vV! yvq! J [T ^ |');
47define ('LOGGED_IN_KEY', '! K + p & yEP $ @! SNsl $ R2 ~ = CG / {Ny ^ b0 = NgokD) # 5! dWM + # = kj qpD> Xq_ | `49cJ5w');
48define ('NONCE_KEY', 'Ym78 Uo | q? _ySc (g $ [7`MImoe] Q + {lkXu>% KWe =! pWcG = rlFgwIT_7 $) w = ri2 [Oz');
49define ('AUTH_SALT', 'S ~! 3Yyvz.% * WdZnX [YUTy | nQV% + kK / ##############################################)
50define ('SECURE_AUTH_SALT', '9t7Q | ur | wN5> `= $ vHbN! dv0 / 6.jaRM &: XWh1afs / = l: CtCiD8p6hUV {c) oS | / Q');
51(1), (2) and (3) and (7) are defined as follows.
52(- + pH ps; G - v8OnLijWEBpAo1Cv5 @ GY ');
53
54(I.e.
55
56/ **
57 * WordPress database table prefix.
58 *
59 * You can have multiple installs in a single database if you give each one a single
60 * prefix. Only numbers, letters and underscores!
61 * /
62$ table_prefix = 'wp_';
63
64/ **
65 * The localized language of WordPress is English by default.
66 *
67 * Change this setting to locate WordPress. An MO file corresponding to the
68 * Language chosen must be installed in wp-content / languages. For example, install
69 * pt_BR.mo in wp-content / languages ​​and change WPLANG to 'pt_BR' to enable support
70 * to the Portuguese of Brazil.
71 * /
72define ('WPLANG', 'pt_BR');
73
74/ **
75 * For developers: WordPress debugging mode.
76 *
77 * change this to true to enable the display of warnings during development.
78 * It is highly recommended that plugin and theme developers use WP_DEBUG
79 * in their development environments.
80 * /
81define ('WP_DEBUG', false);
82
83/ * That's all, you can stop editing! (I.e.
84
85/ ** Absolute path to the WordPress directory. * /
86if (! defined ('ABSPATH'))
87 define ('ABSPATH', dirname (__ FILE__). '/');
88
89/ ** Configure WordPress variables and included files. * /
90require_once (ABSPATH. 'wp-settings.php');