· 6 years ago · Mar 07, 2019, 07:38 PM
1<?php
2/** Enable W3 Total Cache */
3define('WP_CACHE', true); // Added by W3 Total Cache
4
5/**
6 * The base configuration for WordPress
7 *
8 * The wp-config.php creation script uses this file during the
9 * installation. You don't have to use the web site, you can
10 * copy this file to "wp-config.php" and fill in the values.
11 *
12 * This file contains the following configurations:
13 *
14 * * MySQL settings
15 * * Secret keys
16 * * Database table prefix
17 * * ABSPATH
18 *
19 * @link https://codex.wordpress.org/Editing_wp-config.php
20 *
21 * @package WordPress
22 */
23
24// ** MySQL settings - You can get this info from your web host ** //
25/** The name of the database for WordPress */
26define('DB_NAME', 'id7445536_u233982944_wyryj');
27
28/** MySQL database username */
29define('DB_USER', 'id7445536_u233982944_banaz');
30
31/** MySQL database password */
32define('DB_PASSWORD', 'Jastrab1992');
33
34/** MySQL hostname */
35define('DB_HOST', 'mysql');
36
37/** Database Charset to use in creating database tables. */
38define('DB_CHARSET', 'utf8');
39
40/** The Database Collate type. Don't change this if in doubt. */
41define('DB_COLLATE', '');
42
43/**#@+
44 * Authentication Unique Keys and Salts.
45 *
46 * Change these to different unique phrases!
47 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
48 * 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.
49 *
50 * @since 2.6.0
51 */
52define('AUTH_KEY', 'usaXh3BS9VktqzGCXthQvaTHZNm9VlKi6lIedZl2dZmontXaeqmOCJpWAG2Y9UQE');
53define('SECURE_AUTH_KEY', '20VmBv6uF24lGMQyDsYnTvDivCAnzEpQFhPFpDX3tzaXEwDldsDxAFj4vw3hm5dJ');
54define('LOGGED_IN_KEY', 'FvT71MUF8Ts5kikmZZqdvHdHl5VsROEXuBm0bVJ0rvj4cm6Mxn5VfNIDQeYSlgCx');
55define('NONCE_KEY', 'cWlRiMgnurp56THtPQy1c2jKk6BQOko8fQIF4UoXwrj6TizAqaHM9Ox0SvU03j23');
56define('AUTH_SALT', 'bAnD6825xLiqPmGpilIDsBG1UaMuCnfbWxMFYYWi1qACsPwg2mIm4ot3x9wiqa3l');
57define('SECURE_AUTH_SALT', 'C2ea5LQIZrAPTKYOnwO7bWxjwBYN7Lyy6f6zgmuv5Hgk7Tq5lzqbAgzFzEMi0J8g');
58define('LOGGED_IN_SALT', 'gDLlWTmXfKWjsOKbSZz8dt4uZkw7UchjpTzVKBlkQr1eRrHcN2rvngvpX0DGaOXo');
59define('NONCE_SALT', 'oZOVOvE4PHKvQ93eLfv3o4qkkWO75FnwH70Pvk7ZDQpYzQt0CIMSoIhkCqO8UN4R');
60
61/**
62 * Other customizations.
63 */
64define('FS_METHOD','direct');define('FS_CHMOD_DIR',0755);define('FS_CHMOD_FILE',0644);
65define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
66
67/**
68 * Turn off automatic updates since these are managed upstream.
69 */
70define('AUTOMATIC_UPDATER_DISABLED', true);
71
72
73/**#@-*/
74
75/**
76 * WordPress Database Table prefix.
77 *
78 * You can have multiple installations in one database if you give each
79 * a unique prefix. Only numbers, letters, and underscores please!
80 */
81$table_prefix = 'zslk_';
82
83/**
84 * For developers: WordPress debugging mode.
85 *
86 * Change this to true to enable the display of notices during development.
87 * It is strongly recommended that plugin and theme developers use WP_DEBUG
88 * in their development environments.
89 *
90 * For information on other constants that can be used for debugging,
91 * visit the Codex.
92 *
93 * @link https://codex.wordpress.org/Debugging_in_WordPress
94 */
95define('WP_DEBUG', false);
96
97/* That's all, stop editing! Happy blogging. */
98
99/** Absolute path to the WordPress directory. */
100if ( !defined('ABSPATH') )
101 define('ABSPATH', dirname(__FILE__) . '/');
102
103/** Sets up WordPress vars and included files. */
104require_once(ABSPATH . 'wp-settings.php');