Sid Gifari File Manager
🏠 Root
/
home
/
u403571817
/
domains
/
stardigitalschool.com
/
public_html
/
Editing: wp-config.php
<?php define( 'WP_CACHE', true ); /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/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', 'u403571817_EQceY' ); /** Database username */ define( 'DB_USER', 'u403571817_FQurh' ); /** Database password */ define( 'DB_PASSWORD', 'N9HxNSTgHV' ); /** Database 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', 'Ogagi[B8J9qj@:_V)V8}T*tAVVzWQ{PHsLtm,i)3dm4Z7jrzQ<4>j`P!V&>kH]^F' ); define( 'SECURE_AUTH_KEY', 'mhxVC`Y6cp}WA*.JlUTJZ|%aji(CDUwrbqg|KO6Jq/2yvZ(5GFuc$!J]W4&#uT>s' ); define( 'LOGGED_IN_KEY', 'd]2qd1<tL&EHL{yhKyH{T[w;5fC0 ygV@h ot3JJ])MF [+$Wj-O2RG7UgPh^4T/' ); define( 'NONCE_KEY', '#.@e2il.7tQ;5=]y^TvKR>FT=^ih,NW6$0(Y7mQqho%Xtdq>9Pwm0jGH7=]3QhBw' ); define( 'AUTH_SALT', 'Z18I]hT7FtFVQst+FZ`iB)48TS=I lIw3]AYc<KAaY*%J(`LUBe1nh=]a0*3C[j}' ); define( 'SECURE_AUTH_SALT', 'Cn*0&hWBPl|4#G@pjYzvOavLwy4l,Y+.Vy0AdPBmscX^)0Pt^a^TWvY_KV#mE_Fb' ); define( 'LOGGED_IN_SALT', '-%`9v`JPfCS+zf0M%Mse3dI9=S,am4Dk+w5rXU9-VjN3y(,?gzBTu|5Pd9C]eeSZ' ); define( 'NONCE_SALT', 'X-e**t.F|@-%yFRhFLT@XHjY:OOzv+pSh3/{^3v:$80!DSwbuKR.d8>P_I5Vs;eq' ); define( 'WP_CACHE_KEY_SALT', '`u&YpA} gUb<+vgf$uU<[W9(Fn+*Q:+p)6xl&X}H):>S9R`OsLJZwGoA3m^&<%%}' ); /**#@-*/ /** * 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_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); } define( 'FS_METHOD', 'direct' ); define( 'COOKIEHASH', '89aba1f5e7be712df790562652bbfc6a' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* 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. */ define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); require_once ABSPATH . 'wp-settings.php';
Save
Cancel