XZ File Manager
PHP:
7.4.33
OS:
Linux
User:
inotofu
Root
/
home
/
inotofu
/
www
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-config.php
<?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', 'inotofua' ); /** MySQL database username */ define( 'DB_USER', 'inotofua' ); /** MySQL database password */ define( 'DB_PASSWORD', '34Inoto130' ); /** MySQL hostname */ define( 'DB_HOST', 'inotofua.mysql.db' ); /** 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', 'z`_:QOQ=w~^..H(3d-JreIsr1(~f&%-x}IH4+B~Hklh17]CVu3i(I^0Lo8k]+EX7' ); define( 'SECURE_AUTH_KEY', 'ZF^`+==2@&0XT5ui@MmDnUGsJB`{*z$-|jT ,1],Jf`D{+gK)&y|AL0{|=z[1O8#' ); define( 'LOGGED_IN_KEY', 'Qs78H#UVnmVL#:AhTO=KdCPuAAgkV]xf?(sg1@#B?Y0af R*5K1-E*3a@JFDjATg' ); define( 'NONCE_KEY', 'e_9|FMUB$607iZDkq3N|6vkbWMwDVEc53nv.,WGingZTJ/^Aa0q}KD.FAKZ^`d6P' ); define( 'AUTH_SALT', 'meKe>iW_(R4}|zy64)gJ`3xAx7=S< me:s9*MbM&a/[`q~6`7pYksP5ozL1hBJLJ' ); define( 'SECURE_AUTH_SALT', 'W9E]-[>:3ZHXL.]qokw#LUK*2poePq^sBEG-E@!lYQ,I]_`gCc4WmT{gUyoIbUS_' ); define( 'LOGGED_IN_SALT', '{:bwW1+%Ic#hcf1!K?++XxK<xCc>0:2,6j??hOX;v]bR!Vk~GVz(GW1h(Ab`qw##' ); define( 'NONCE_SALT', 'PB@:BbZv%81J[vAh]0P!@,/xx|<dU%jq,T#DH?1=[<9#XzH<y)=NI-1p*,D}+3-o' ); /**#@-*/ /** * 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 ); /* 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