· 6 years ago · Aug 28, 2019, 05:56 AM
1<?php
2define('WP_CACHE', true);
3/**
4 * The base configuration for WordPress
5 *
6 * The wp-config.php creation script uses this file during the
7 * installation. You don't have to use the web site, you can
8 * copy this file to "wp-config.php" and fill in the values.
9 *
10 * This file contains the following configurations:
11 *
12 * * MySQL settings
13 * * Secret keys
14 * * Database table prefix
15 * * ABSPATH
16 *
17 * @link https://codex.wordpress.org/Editing_wp-config.php
18 *
19 * @package WordPress
20 */
21
22// ** MySQL settings - You can get this info from your web host ** //
23/** The name of the database for WordPress */
24define( 'DB_NAME', 'u307505544_9wZ8V' );
25
26/** MySQL database username */
27define( 'DB_USER', 'u307505544_4oWrh' );
28
29/** MySQL database password */
30define( 'DB_PASSWORD', 'OiQxIv8TrF' );
31
32/** MySQL hostname */
33define( 'DB_HOST', 'mysql' );
34
35/** Database Charset to use in creating database tables. */
36define( 'DB_CHARSET', 'utf8' );
37
38/** The Database Collate type. Don't change this if in doubt. */
39define( 'DB_COLLATE', '' );
40
41/**
42 * Authentication Unique Keys and Salts.
43 *
44 * Change these to different unique phrases!
45 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
46 * 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.
47 *
48 * @since 2.6.0
49 */
50define('AUTH_KEY', 'g?AjWNH:7[GE+h|#X`3<<N]qz.!p`g]=1):zt!4i:4]?GTd8l-? 6D+;?):awM(E');
51define('SECURE_AUTH_KEY', 'E-|_*{ehwh7dVyvam5H OWB@2KoGBD $w_XN%mdyEO$1,u+?E3}0zek06{@]<wg~');
52define('LOGGED_IN_KEY', 'BBG@eqb~$j`%_T%+U+VM w:;3U/#nO|N(-0iEZFv!{`%sFOF-zH/#aB$~/>++AAV');
53define('NONCE_KEY', 'gZqd)1L7,^eQUQ:=x=JgbQib=+GK]?GTrU0.|LjA5sL6y%4MNgL >-|:YEAGfbKc');
54define('AUTH_SALT', '|5)Dj|8hS{ 26D?1|W9kQ]qY7yM9olZTe]kXy=Yz9Nk@}5AY]oW>p>>!-ln~?tIU');
55define('SECURE_AUTH_SALT', '`lhI:|sUu$DP(We.[d#2@6Kl?V:<X*/-$~W=?nT[|+m,W6/`znM6))^x%769H;:-');
56define('LOGGED_IN_SALT', 'e{vItG2]!,~C+|%waYHs|D%CJOJ3vFGm=l%3QrMU~O]KFOab=s`cQulF)$/mK/=_');
57define('NONCE_SALT', 'jNK_P&@[,vrrZsQ[>ljJkEM(oU&_G8OSGsEX[yF~;pDY {_/p;}*DJAB7Z3R8($/');
58
59/**
60 * WordPress Database Table prefix.
61 *
62 * You can have multiple installations in one database if you give each
63 * a unique prefix. Only numbers, letters, and underscores please!
64 */
65$table_prefix = 'wp_';
66
67
68
69
70/* That's all, stop editing! Happy publishing. */
71
72/** Absolute path to the WordPress directory. */
73if ( ! defined( 'ABSPATH' ) ) {
74 define( 'ABSPATH', dirname( __FILE__ ) . '/' );
75}
76
77/** Sets up WordPress vars and included files. */
78require_once ABSPATH . 'wp-settings.php';