| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wearewc/ |
Upload File : |
<?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
* * 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', 'weare' );
/** Database username */
define( 'DB_USER', 'nodor' );
/** Database password */
define( 'DB_PASSWORD', 'D@n33Nao40' );
/** 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', '$[1k)Y]c$R]wrwvd8@JUl_vw.P|ofq[$/%l;zbmx+yN0$|?!h6)GqX.]~m&6J4@v' );
define( 'SECURE_AUTH_KEY', '32Ep{J7[be?bPYHlk+6:) nI?*GuvU`R`K[P4V2iOz7APs7lvsk_tR5Jz%<y?N*/' );
define( 'LOGGED_IN_KEY', 'B$@~y;}f?iJKXUwF r5h0Njpq!]w)YGdk@g+YTZ!/ HZZ(yPS qjbw/PZ$E#dPdx' );
define( 'NONCE_KEY', 'A_]Kp[c<TY8f;Y_dlFL=9U6YHm1#)9Q,xeT4#vhg3k6qOY^UZDs5^pSjrTQd#Q[@' );
define( 'AUTH_SALT', '`6ulX6B?Zu~6Lt<%q9*d&X&36Y:w3IkkXz*i>kI]aCcnqvF8.#&1i;QaiP>}.;R5' );
define( 'SECURE_AUTH_SALT', 'L%@%wx2^eD*&J<`K1[=SmmlTL89X{TF,N-/jy>]:ZFI]goY;M;auHtDUmQq!;&E,' );
define( 'LOGGED_IN_SALT', '&@%)O:st[&At>kkMQu4],<|L[G3mD4YtCc4Pr/9Mg&KiRNPXu&NqT@|+P(rIBxC;' );
define( 'NONCE_SALT', 'G/Yk#(/UU{FX)zzVB8c<Y[Y:%4}8:g.L)4)|-;Ji*$bnl<l5h l/oM7^*b |hvPG' );
/**#@-*/
/**
* 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';