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 web site, 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://wordpress.org/documentation/article/editing-wp-config-php/ * * @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', 'e;K?%?}l6YAW h|Mb,Mf[o4qu,At9IOZD]UXuH4}J-Zk~bYj7vIapvs`Y_/~b(Zd' ); define( 'SECURE_AUTH_KEY', ';&.0R-e(Z==S@[v&;-U8jlbm?AU.u+nhX{$XtvCJG`1VF8LeZ1G#$FtsUQ._}k7m' ); define( 'LOGGED_IN_KEY', 'm]<kBGjNL.Lcto[7MrHU)YrB4_LXWo`[9;|nI5UJDR8P~m]z[p-QvcPIp. G;JW@' ); define( 'NONCE_KEY', 'J3kdd4tU=To3%`,njmmfO]e8`bu]ywgQc%W 4OPb4OT*$c%m~vG(rTsYOk>ewesx' ); define( 'AUTH_SALT', 'Y^*`BN~R8~Kd#I+JX2 {Ih7Qjmq]l,X-{e;rEgd`cF2$@#;j,I8`j9b1n{e3&$U)' ); define( 'SECURE_AUTH_SALT', '$zA.QMYaPy+XSSu&V[O-9o}{ %wH%1@Y7]47jJp5Id?_Ej7ee>~MKYb&Fd7~HnUN' ); define( 'LOGGED_IN_SALT', 'o/WRd^)>eRG8;Q1k`fYnx)_D#cAwN)2a9L)Z3*d~#18pGor5<w36KcB#KAH.iKh@' ); define( 'NONCE_SALT', 'xSKc|%.?[R$Y^j(v?#l8*kKVJBvVB,d/]$esa!j{im;oQG[OzpO9O*|Y,6sbtNm>' ); /**#@-*/ /** * 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://wordpress.org/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); define( 'WP_MEMORY_LIMIT', '512M' ); /* 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';