Server : Apache System : Linux hosting-2.scpt-network.cd 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020 x86_64 User : bellatri ( 1294) PHP Version : 8.3.10 Disable Function : NONE Directory : /home/bellatri/public_html/ |
Upload File : |
<?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: * * * 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', "bellatri_main" ); /** MySQL database username */ define( 'DB_USER', "bellatri_main" ); /** MySQL database password */ define( 'DB_PASSWORD', "Corneille243" ); /** MySQL hostname */ define( 'DB_HOST', "localhost" ); /** 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', 'E%|BVkAe*|;KE~-+DG {xLWMUu%<-7~5n/[%Hhs7P]P`JL.Sk=-A5Idg#i-0?``!' ); define( 'SECURE_AUTH_KEY', 'AW)HY,[hM}g]T_ME)R@[l.p`5h_5_uHYk<^p)HAB2RO+m+3QC i$SP@p{V-<gq5*' ); define( 'LOGGED_IN_KEY', '?KB5NsM=YAI[[Vv:qF+pm&7*_4HIq{1iM;lPi#i%?XL,1hH56>,kE|[q!YcaVt 2' ); define( 'NONCE_KEY', 'Pp6#1>6rJ9JHU2~=(8KgUxIEl|U])^K-J%,/i8f^<R1Y?azh@S}kr-ns>F-SC1Aj' ); define( 'AUTH_SALT', 'J?r_CAh@E&5yt#F y66iLa4cnNYgb.M.7$kLoDYXT;#a4SZu3d;iK-0-Qp*Up%-s' ); define( 'SECURE_AUTH_SALT', '*q2$%CaYr lE{v}(XXkQyxmFuK}Jv2J;Z2e>i3},07P+;F?8+VtB[F (2^{iqev<' ); define( 'LOGGED_IN_SALT', 'NjOz>RBKsOQSL$]wD$Cd7 `F,1H(xdwMX.$x&:SWeL&QuCZr/toJR1.C@3}F0q85' ); define( 'NONCE_SALT', '#@[)uUBAv*RNW{?R2^lno^Lk39fk0@N@@)Rork4_khZ $t;*h8(MdJpV_.Bx:Rg:' ); define( 'WP_CACHE_KEY_SALT', 'x?5]`p=YQHo5y(x)%N2mVD1g]a$PS$ zLMS!$R6iFM$3+}KL6<s}Zt-*G9CJ+@+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_'; /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname(__FILE__) . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';