· 6 years ago · Apr 04, 2019, 10:14 AM
1<?php
2
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', 'alorastore_als78');
25
26/** MySQL database username */
27define('DB_USER', 'alorastore_als78');
28
29/** MySQL database password */
30define('DB_PASSWORD', 'hBhS[[8p4b@a@p(9');
31
32/** MySQL hostname */
33define('DB_HOST', 'localhost');
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', '6LA-S8z)BqIWD2F!,QK`|Dw3^;K6t /UD#lpZU{qvodk;fxzhkIRhs@bmPOW-g-2' );
51define( 'SECURE_AUTH_KEY', 'RL[Q%F~:N$Foc+(!mJ9L[T%:_bX2l<AYxiMKv6x%@@zGjW^_L=2>-sKTT.(!D07F' );
52define( 'LOGGED_IN_KEY', 'd2f8+*x@eI7I*`Nr[$#YnB7{#{TC3c<[ky)w*R>7O4.joM[;P$d<nmD9r@NXyqc+' );
53define( 'NONCE_KEY', '5^, WV7Rz;}wf18#VTx &]d-(2sYLZ@Fj`n?8mIUkUTRWn>1A)+6OpPhc0nGIwFh' );
54define( 'AUTH_SALT', '>l (pH$rAC}mcTU7V_AYcYhWrvFU- <|1eXQ04e<`-=@% 2EfWRKdW%rO^N<+s9d' );
55define( 'SECURE_AUTH_SALT', 'y$O4W-D<D;McD|t<[0n;]F}HJ@Xqo~64Y/b,%GwCaQ0RrH}v_NY;lzx[T0x5mEeR' );
56define( 'LOGGED_IN_SALT', 'SRu-p9N-,}TYFq{(RuHT* :=$t|6$V4ryi.r-e)~7X|24<+o2<M5,!>RR&/YmRNs' );
57define( 'NONCE_SALT', 't!8pZOMi2~<}A1;SazbXf@.E9eOr~R;7xY =}sN5X$nMD,!duR?e[TGZOmPlKWC<' );
58
59/**#@-*/
60
61/**
62 * WordPress Database Table prefix.
63 *
64 * You can have multiple installations in one database if you give each
65 * a unique prefix. Only numbers, letters, and underscores please!
66 */
67$table_prefix = 'alspa_';
68
69/**
70 * For developers: WordPress debugging mode.
71 *
72 * Change this to true to enable the display of notices during development.
73 * It is strongly recommended that plugin and theme developers use WP_DEBUG
74 * in their development environments.
75 *
76 * For information on other constants that can be used for debugging,
77 * visit the Codex.
78 *
79 * @link https://codex.wordpress.org/Debugging_in_WordPress
80 */
81define('WP_DEBUG',true);
82define( 'WP_DEBUG_LOG', true );
83define( 'WP_DEBUG_DISPLAY', false );
84
85
86
87/* That's all, stop editing! Happy blogging. */
88
89/** Absolute path to the WordPress directory. */
90if ( !defined('ABSPATH') )
91 define('ABSPATH', dirname(__FILE__) . '/');
92
93/** Sets up WordPress vars and included files. */
94require_once(ABSPATH . 'wp-settings.php');
95//Disable File Edits
96define('DISALLOW_FILE_EDIT', true);