File manager - Edit - /home/appsbaskets-techjournalists/htdocs/techjournalists.appsbaskets.com/wp-config.php
Back
<?php //phpinfo(); exit; /** * 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', 'appsbaskets-techjournalists' ); /** MySQL database username */ define( 'DB_USER', 'appsbaskets-techjournalists' ); /** MySQL database password */ define( 'DB_PASSWORD', '6PIQhqfATZ5HXp80mwlO' ); /** MySQL 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', '}ZrJh83pMX8BxDU|Ozi}Rq`!OdX/YF~7^jZs+,2|ZrhvK.I$)Z.u#8$RX9(;OD#=' ); define( 'SECURE_AUTH_KEY', '?lyXrJPSSNX_,fTEP5Kt]~<i5.L30Z(#)fRyjGT3EdDBdGJC$09+BFXz-a,cB@4f' ); define( 'LOGGED_IN_KEY', 'b)7j@-ed|S_x[;C/K&a{x7{FhQZ+o/~W#iVuVbu6[}yn+>PiyKFTWXu9>~t YH4e' ); define( 'NONCE_KEY', 'Pi }u>?ob`Hpc E(0tz#>|bM7 >f^6Rji;CCx}=+5mI]^n!hiO+eruTNn=5ti3A' ); define( 'AUTH_SALT', '~R&yG]F7ljbW%N]2qh(l1L$(6ynY$j4Ni!y,.2`N+AYMn0G}$OwJn0+:G^c|8WJK' ); define( 'SECURE_AUTH_SALT', '0JKnChzcQ@O(u>U=(,[E4VSnpi+VAHMZC[F)U3tNHtNiWH=8e^V?YCc=(lR5v^Be' ); define( 'LOGGED_IN_SALT', 'Qw&n:ij.bEw*Z~~9nQj* #G]3<Y_SGFrqp*CNSYW(^&u`JA)WE{_%.xd+^=[Z;;E' ); define( 'NONCE_SALT', 'OC6vp9>Q@}a2HMZ9)bW|z,0<RhpKN$9+L>P!40D,og4X.RzRB[T:BEX(YmW3wNX;' ); /**#@-*/ /** * 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', false ); define('WP_DEBUG_LOG', false); define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); /* Add any custom values between this line and the "stop editing" line. */ //define('WP_DISABLE_FATAL_ERROR_HANDLER',true); /*define('WP_MEMORY_LIMIT', '512M'); define('WP_MAX_MEMORY_LIMIT', '512M'); @ini_set('max_execution_time', 300); @ini_set('max_input_vars', 10000); @ini_set('post_max_size', '512M'); @ini_set('upload_max_filesize', '512M');*/ @ini_set('max_input_vars', 10000); define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-temp/'); /* 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';
| ver. 1.4 |
Github
|
.
| PHP 8.2.16 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings