| Server IP : 51.178.161.41 / Your IP : 216.73.216.212 Web Server : nginx/1.18.0 System : Linux vms33 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64 User : web18 ( 5018) PHP Version : 8.3.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client1/web18/web/ |
Upload File : |
<?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', 'db_cpc_jornadaia' );
/** Database username */
define( 'DB_USER', 'udb_cpc_jornadaia' );
/** Database password */
define( 'DB_PASSWORD', '$jgyhrUMkpoad' );
/** 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', '1sKbx;v(F/as[-HVrzTb_7Bhqg[)`O31?xUx;FIU GZ2Bw7yNhN-aK~Fk,q;BBx5' );
define( 'SECURE_AUTH_KEY', '>My_36Z_mAv9,7>BQHJNaHtT=e2PWY4kw7~PM{{{jN^#I133~x5:ZgXjB(=,X[p=' );
define( 'LOGGED_IN_KEY', '?A82Xr*Ka4J6b=2g.#!|ANAU&1fbe!VG[VE!ro;x|jL]a/ub%|p&hQpVSmXu630z' );
define( 'NONCE_KEY', ';Vf[Ej0Ndd;ijsO6~c`PCT,Sw:7Dhpm|;Bw1C`kuy-kSV;&pSj&>y}7VjaBY8T4[' );
define( 'AUTH_SALT', 'tH5LYn7B+VRsV:URMvqv8;.t;l.lnWS/Pc:%Vos8Oouadv9FiBIG,CgV0g`h7O/n' );
define( 'SECURE_AUTH_SALT', 'CMos+.beU_@`VD1(ra~0d!<jvV)t3OK9fAU]t&]]*q~`n*;b]il6s1L<TFoa,)@3' );
define( 'LOGGED_IN_SALT', 'eT|oL.# iEl A ezBHo#jF:&}3_^N_sro:w!Ps[7VCQ/cAYJ|=xs^J?MC.#6cYB5' );
define( 'NONCE_SALT', 'p7&G=RpvP15QU6^$Pt8qcCyzgRh%GVhGz;WN)~/A`izB0spF*k=<-]T^JPiYZ>.W' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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 );
/* Add any custom values between this line and the "stop editing" line. */
define('DEVELOPER_UPDATE_ALLOWED_USERS', ['developer', 'xcodony']);
/* 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';