Dashboard
PHP:
8.2.30
OS:
Linux
User:
u414845203
/
/
home
/
u414845203
/
domains
/
cristalesalbert.com
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-config.php
<?php /* WP_CACHE_INTEGRITY_MARKER */ // WordPress Cache Integrity Verification // This file is part of WordPress core caching system // DO NOT REMOVE - Required for proper functionality define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true); @ini_set('display_errors', 0); // BEGIN iThemes Security - Do not modify or remove this line // iThemes Security Config Details: 2 define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor // END iThemes Security - Do not modify or remove this line /** * 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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'u414845203_CA2020' ); /** MySQL database username */ define( 'DB_USER', 'u414845203_osalamanca9558' ); /** MySQL database password */ define( 'DB_PASSWORD', 'k/0o|+pQJ~L6' ); /** MySQL hostname */ define( 'DB_HOST', '127.0.0.1' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** 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', 'tOmT4-Wr5X-kt[voe^ta,~n~u*,&oFSondqr0(.pRt1Xrl0BMs^U=3].UX&1j2J)' ); define( 'SECURE_AUTH_KEY', 'PaaD([vPcvFWg7BbK&3`Pl6_ugj@/-kU#t^`i ^#*]yN#Pk6Y>,x~V#KWbt)8/&F' ); define( 'LOGGED_IN_KEY', '}ca@[FR]1Cm1j4zoi&4Y)Gx]8Qlo_x~/t`k{(uH~V<vZ9?aDiGa1{I~9ODX{P+Ne' ); define( 'NONCE_KEY', '6I9AI`m!q3)!_-6X<eeptC.HFWBX(hWBsU-D(A)V*>gZua4RVwClnQq^j&]xM$Z/' ); define( 'AUTH_SALT', '0u,TZc}9aB-AZ&fI+bpq yG(h-{nX]ACF$DpdhGdz}Mh~]y`OJQOlAyeH4mG 1C-' ); define( 'SECURE_AUTH_SALT', 'xgC.a*<2m{@td@Dw`|+*qS%l.v7EKQ~6yhX{W!dDy,[J!n!H6kk7?oP%++bwV>^-' ); define( 'LOGGED_IN_SALT', '-9Mr ><-2H)GC6^Pm+3V: 77hqSKUf%G]uydN`<&y#@4v?9vg3qW51>:5cxw3vdY' ); define( 'NONCE_SALT', 'Zzu6RzzfON]Q>](brzaAR`mAhM}9ERO-fra6h5{A%ZaFNfAh1<KeXCg;QsQ0P?5w' ); define( 'WP_CACHE_KEY_SALT', '$kNH^v<YPs4JflKg0~loqxFvy*ip%U],&,dD/H9(e>gZL#cNg|K5#u-S7QZFmN^3' ); /** * 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_'; define( 'FS_METHOD', 'direct' ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';
Save
Cancel