BossBey File Manager
PHP:
8.2.28
OS:
Linux
User:
www-data
Root
/
var
/
www
/
rollertec
/
wordpress
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-config.php
<?php define( 'WP_CACHE', true ); // Added by WP Rocket //Begin Really Simple Security key define('RSSSL_KEY', 'CuXDkKZkZntt0W8fxnOhX8bXtwKon0gkcyrujiX6My2DXFbyY37DfDHg9qGzxXWF'); //END Really Simple Security key //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL define('FS_METHOD', 'direct'); /** * 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://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', 'rollertec' ); /** Database username */ define( 'DB_USER', 'rollertec' ); /** Database password */ define( 'DB_PASSWORD', 'roller' ); /** 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', 'uw|NWmEKt0Ulb$RWIKrM+8.qP+3 5smT)4,+I.w<1a,sguNdGj-MCZQIgQppI@nr' ); define( 'SECURE_AUTH_KEY', 'eB%J+Rz7, E(T&XQ$fM1.d%*DXaa+L6pCW:i`]iVrHI%wWE?0={fKl.Rve]TQS)_' ); define( 'LOGGED_IN_KEY', '-&D$i@XX<:qcySB18NUo8~%c}f*sI#.A`7H17*9^9;hW4APtS6e;Hq6E{7F9kQL_' ); define( 'NONCE_KEY', '36$TK*T7?NTOW6#NL&=v-}-QuS1Epd_E`TgpI>2fy7c+WPm6*D&@Suw6xjB7B,d6' ); define( 'AUTH_SALT', '4(dnk;%FA,S}f&(4_RMyde=9c[c9D}*d]<Fh-px;,t^OU2~4.1E.>=w:WK+HU-i?' ); define( 'SECURE_AUTH_SALT', '5Na|~RR4[+sQLVjn96IT<o;=DHZ%%P*:rE^0ok?e!Y5F,M+.M.6`Nj>(GtzP39=8' ); define( 'LOGGED_IN_SALT', '>oBAiYVH1?IiGmZpfh r`p/d&ZP8}shpSM8SH@gl2z8={S:TlMCR4fu`A}10M|t^' ); define( 'NONCE_SALT', '4l!mquCxgj^L;6>Wh2@/.I:FwFNi80{C~sK}6%_@c*;mKeeQ/QmmVz563TcAt#>u' ); /**#@-*/ /** * 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 ); /* 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';
Save
Cancel