· 6 years ago · Sep 27, 2019, 09:32 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 */
21define( 'WP_MEMORY_LIMIT', '256M' );
22// ** MySQL settings - You can get this info from your web host ** //
23/** The name of the database for WordPress */
24define('DB_NAME', 'uciac_sitiouci');
25/** MySQL database username */
26define('DB_USER', 'uciac_sitiouciu');
27/** MySQL database password */
28define('DB_PASSWORD', ';ed^WPB!Zo-R');
29/** MySQL hostname */
30define('DB_HOST', 'localhost');
31/** Database Charset to use in creating database tables. */
32define('DB_CHARSET', 'utf8');
33/** The Database Collate type. Don't change this if in doubt. */
34define('DB_COLLATE', '');
35/**#@+
36 * Authentication Unique Keys and Salts.
37 *
38 * Change these to different unique phrases!
39 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
40 * 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.
41 *
42 * @since 2.6.0
43 */
44define( 'AUTH_KEY', '7]Fo_1[.^ThZKVU022T2):yc=[rmqiDdUR#>_w<3WFFQXjWmxvWz]$%^*e8YGI+I' );
45define( 'SECURE_AUTH_KEY', ':`r@+=_TwZ:dL!l%qLc*om.gnjD=3y{Ov>9ve*~nMmyMCntW(_ytd6B9Bw{6qZ(B' );
46define( 'LOGGED_IN_KEY', 'FUhV2j_HKbS^xK[/Zp:b7wW9#j7oCZ;23<ekZ8f;9`8ie3Q @+A&I5===}t,P4.;' );
47define( 'NONCE_KEY', '$GPdk/J0]q;z8GdYI0mO2?3gcPkt8x[Vvs;mV&w:]UfV=(/3]i-ft3HJ|edrK3Ot' );
48define( 'AUTH_SALT', '_?oo@JmWB>u?s&Jy7^B35-ageLwW0*uf:=n_Btxv}&WKQ=$7w[R_7Rm`PQJ7u%s!' );
49define( 'SECURE_AUTH_SALT', 'FGc@Y8f71?`v,AKr8GN2N.#CmuhKu`y`f7`z@Vs3N{en/>31zrBsA<I|Vg%Ntqk8' );
50define( 'LOGGED_IN_SALT', 'gK#)y;72^:U,89[L}+%*, {wyA=.}_)&_iI`G%0omvn^J2upbr|cDFU!V^AN3#Qa' );
51define( 'NONCE_SALT', '1C*p]SsbzTHU,%@7)7$hKFeb_577G%(z#zD5TKh=rR=^Jb>:MiK;>eZ:j2SGLgo_' );
52/**#@-*/
53/**
54 * WordPress Database Table prefix.
55 *
56 * You can have multiple installations in one database if you give each
57 * a unique prefix. Only numbers, letters, and underscores please!
58 */
59$table_prefix = 'wp_';
60
61define( 'DISALLOW_FILE_EDIT', true );
62/**
63 * For developers: WordPress debugging mode.
64 *
65 * Change this to true to enable the display of notices during development.
66 * It is strongly recommended that plugin and theme developers use WP_DEBUG
67 * in their development environments.
68 *
69 * For information on other constants that can be used for debugging,
70 * visit the Codex.
71 *
72 * @link https://codex.wordpress.org/Debugging_in_WordPress
73 */
74define('WP_DEBUG', false);
75define('WP_CACHE', true); // Added by WP Hummingbird
76/* That's all, stop editing! Happy blogging. */
77/** Absolute path to the WordPress directory. */
78if ( !defined('ABSPATH') )
79 define('ABSPATH', dirname(__FILE__) . '/');
80/** Sets up WordPress vars and included files. */
81require_once(ABSPATH . 'wp-settings.php');
82define('DISABLE_WP_CRON', 'true');
83define('WPLANG', 'es_ES');