· 7 years ago · Sep 15, 2018, 12:16 PM
1<?php
2/**
3 * The base configuration for WordPress
4 *
5 * The wp-config.php creation script uses this file during the
6 * installation. You don't have to use the web site, you can
7 * copy this file to "wp-config.php" and fill in the values.
8 *
9 * This file contains the following configurations:
10 *
11 * * MySQL settings
12 * * Secret keys
13 * * Database table prefix
14 * * ABSPATH
15 *
16 * @link https://codex.wordpress.org/Editing_wp-config.php
17 *
18 * @package WordPress
19 */
20
21// ** MySQL settings ** //
22/** The name of the database for WordPress */
23define( 'DB_NAME', 'funlan1533745866' );
24
25/** MySQL database username */
26define( 'DB_USER', 'funlan1533745866' );
27
28/** MySQL database password */
29define( 'DB_PASSWORD', 'wcjvXlxq' );
30
31/** MySQL hostname */
32define( 'DB_HOST', 'localhost:3309' );
33
34/** Database Charset to use in creating database tables. */
35define( 'DB_CHARSET', 'utf8' );
36
37/** The Database Collate type. Don't change this if in doubt. */
38define( 'DB_COLLATE', '' );
39
40/**
41 * Authentication Unique Keys and Salts.
42 *
43 * Change these to different unique phrases!
44 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
45 * 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.
46 *
47 * @since 2.6.0
48 */
49define('AUTH_KEY', 'GG?WS -UdeIm;!F|#Sbc)L`oZ#]2Y7&tq9EQJxSe~[R4V`M3~w5_q?05T*TF`fV3');
50define('SECURE_AUTH_KEY', 'Ah-&gLGB%p8]1NTg|A|g{]>[rMSp3l5LF9|3jvAw}:9AWUX!{H6~A<jG`:]O.!k7');
51define('LOGGED_IN_KEY', ' lAG<^jHW-F%0QO{2kjsTgfip9;_CE5xViCLx</nG/>,z7gN64+cru<-,&O:~~bx');
52define('NONCE_KEY', 'r0$=5w>t~dwz+_x!~X3I0(uqew:=L^glp}iN)WQ>3`I8eD*jc-/uYFL_$H98One|');
53define('AUTH_SALT', '%JF%pds2HsKqXuA_e/xejI,E0JY5~/PllwGJP?U%ofs< 2<+-Q9SN?Kc%d3i;Gk}');
54define('SECURE_AUTH_SALT', 'fs5R5LA|ho(VWhBz|S?={B9;^S<:n=%0ZYAS Ur(by$M53<,}v}WR?45gSwzKZk]');
55define('LOGGED_IN_SALT', '-UD+dgS}N;U!L;[E*ca)LtCfi=t5yIS*Bp<V49|jngfK-2#5+?AVjR>|q:Y:$I}4');
56define('NONCE_SALT', 'c`h(,#~-Fa&<w!dXBysq!-,P!_lU-ZAAU[7R`| 6*u|}h|3}G7V_a>?B.joq4YVw');
57
58/**
59 * WordPress Database Table prefix.
60 *
61 * You can have multiple installations in one database if you give each
62 * a unique prefix. Only numbers, letters, and underscores please!
63 */
64$table_prefix = 'wp_';
65
66
67
68
69/* That's all, stop editing! Happy blogging. */
70
71/** Absolute path to the WordPress directory. */
72if ( ! defined( 'ABSPATH' ) )
73 define( 'ABSPATH', dirname( __FILE__ ) . '/' );
74
75/** Sets up WordPress vars and included files. */
76require_once ABSPATH . 'wp-settings.php';