JezK
Edit File: wp-config.php
<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'global_reia' ); /** Database username */ define( 'DB_USER', 'global-reia' ); /** Database password */ define( 'DB_PASSWORD', 'XcSWxrlXbA4vADt' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * 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. * * @since 2.6.0 */ define( 'AUTH_KEY', 'g3`tar6]0it,F3?>M^+$[px]SXe!m~e&MP[f oX(+c<OJlBjx`o;Kxf[*R9i?9<D' ); define( 'SECURE_AUTH_KEY', 'Z6#Km$-1kB+X|PA,yG4}{pE+JS{fGc0HpO34nBu!=T.}SajT#!G<[8E2Xqt&sg@Y' ); define( 'LOGGED_IN_KEY', '90NPII hVC+<.3Ru{jDjC4z5qojp#Sd,/~,_}D:ZlUdC$v|bGi)^8)d,esVHu*im' ); define( 'NONCE_KEY', '0>vqP|s19aiygHphw&VoAzuzRmn`<XxM.cZ=yP|Uy8VVqAJ;TCVe+uk_NW&~uW,b' ); define( 'AUTH_SALT', 'Zkg.UTj6apx[m%;ETvK,~QsPS`R:OSTT=LpTme`TW<Wm9M^*`d*nqVUBF~IEn|ss' ); define( 'SECURE_AUTH_SALT', 'FVrIC<y!KK)RsckVu>@lsI9+[!7&K)0)gBSCC0&!;UtEg2$N)h2w[KpaFyG<O6Je' ); define( 'LOGGED_IN_SALT', 'CF5t`#X7?=PEHuAY)/g(1q5XU-LWLs#.KY$h|ETSO46#JTz%}@(lia]^c(ccpHOM' ); define( 'NONCE_SALT', 'X+=5WcCV=]!1]xI=y*G|s.;07p%[w51Se#zW^YZQZnYIlYZ%@oCqKS}w_;FB1+,Y' ); /**#@-*/ /** * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); define( 'WP_DISPLAY_ERRORS', false ); define('WP_MEMORY_LIMIT', '512M'); define('PMPRO_GETFILE_ENABLED', false); define('WP_MAX_MEMORY_LIMIT', '512M'); define('DISABLE_WP_CRON', true); /* Add any custom values between this line and the "stop editing" line. */ /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';