D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
angelsacademy.site
/
Filename :
wp-config.php
back
Copy
<?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: * * * 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', 'angelsac_wp_0un1b' ); /** Database username */ define( 'DB_USER', 'angelsac_wp_5v6ht' ); /** Database password */ define( 'DB_PASSWORD', '9SPNq#Xm6C^RtQs7' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', '' ); define( 'WP_MEMORY_LIMIT', '1024M' ); /**#@+ * 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', '6ra;V*j!E20)69q)6G8fQZH0(CrY&zYl9;G/Q0H6Q7N7)0n(nkO|_3g;jH48j53K'); define('SECURE_AUTH_KEY', '6e4jJ8r0K08oh(Gpf2jc&s1&l_u-f9ii2t5AX5@FV;kCKL)q]/)0M%%p9F-5pi%0'); define('LOGGED_IN_KEY', ')RKn/S9Hp~[Xs0l48!0I67-a&(2H[iE%309Ek308@/EbdBiQwE|4YK~M;A!DA[0y'); define('NONCE_KEY', '3F*eKdY0g3g9U705x0z#_i@2Hg#6wC]Af1kXXL0Y2]0U7Xq;bV56B!8o~W23!16]'); define('AUTH_SALT', 'YW1+8oIKi͟P+T-QFZToSS)EGBe#!;h&|]0nKJNdn16p;v#8z~J]LjH*nQj3@'); define('SECURE_AUTH_SALT', ')696Zop7eyd(mPCfKtt3#|1e]fHaOU0FmavW!+!DAk63podtj%Tmt5XK[Cz~:X13'); define('LOGGED_IN_SALT', '|Y0A)-(9%W[H8gG~IQiqOQ3:B39mf960T32!K[MII80VW;%48VQtUBV[_KDO[3zP'); define('NONCE_SALT', 'e:ED+&26+7j[v-Z2ln|0)p409:g3Cru6x:*Wv4i7]9;U;)N6oVD/4g48ZV8@(4a7'); /**#@-*/ /** * 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 = 'i7m4Z_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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', 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';