Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-admin
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/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', 'prestaj375' ); /** MySQL database username */ define( 'DB_USER', 'prestaj375' ); /** MySQL database password */ define( 'DB_PASSWORD', 'hxkSECmqH6BE' ); /** MySQL hostname */ define( 'DB_HOST', 'prestaj375.mysql.db:3306' ); /** 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', '3n Eh[$vExhZi ]1@{_<SgbX`;Rv)DKz2zQm>{HgRF+#E(Q@w>[X]C-zf~O^LVP.' ); define( 'SECURE_AUTH_KEY', 'Vi8U~z1dv(ZqwRj)!p%W_vVCp>bxoyy.(qB+FzwO6$Taw+9IxfXG}XF7SiK{E+#r' ); define( 'LOGGED_IN_KEY', 'zH?aBH8halB3[!vIAn-}-{].h iL)X.sT(kwNZU?}DZ9SpT4OX%8Ock?6poDIkn6' ); define( 'NONCE_KEY', 'DHZlF[X9@S LEo4(j!S>!T7aHbz.@o*QB-WS)`u2*4/-V46oU)ftnqdt9A6qg!D]' ); define( 'AUTH_SALT', '!3(+N>>Pl4QSEY!LJZnb~/l!-M,V+,UsY|jBcmWEdzwN`2+DZ9 D{[Ru a=:f~cS' ); define( 'SECURE_AUTH_SALT', 'EwN:}f^0b ^&~665_S5qFTMOpR 4/XL0svr6cwWf>bA$~`;c0K//uT-SpFhw89zX' ); define( 'LOGGED_IN_SALT', 'E%@zzd~DWQsr$uR@{5(jdGD- TUO>amN3` p.XqA9t_IEf9PN+7+oajV24gNB( C' ); define( 'NONCE_SALT', 'I>l`HwWdB%7_|sjc7N&#sY]DQlO`HFnE5RxG!XR=k/D+N4C*!4tb#`WvDLzU>HH:' ); /**#@-*/ /** * 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/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', true ); define( 'WP_MEMORY_LIMIT' , '256M' ); define('WP_HOME','https://prestadrones.com'); define('WP_SITEURL','https://prestadrones.com'); define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] ); define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define('SITECOOKIEPATH', ''); define('WP_AIOWPSEC_PURGE_AUDIT_LOGS_AFTER_DAYS', 30); /* 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';