| Server IP : 85.214.239.14 / Your IP : 216.73.216.99 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/3/cwd/proc/3/task/3/cwd/proc/self/root/proc/3/cwd/var/www/wordpress/ |
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:
*
* * 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', 'wordpressdb' );
/** MySQL database username */
define( 'DB_USER', 'wp-admin' );
/** MySQL database password */
define( 'DB_PASSWORD', 'T4ladas_f1ctionalmaps' );
/** 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', '#0QZO0]SbSX-B;+01EiP[z]3i+)V3w+-lS, pb:rq-mMG7I9J])|G7SZ#xd ~|2+');
define('SECURE_AUTH_KEY', 'rAq>{gk_nv49CoJ+7q;dNo2gRAjOyyc^mVKVuac{PJ*m`[NlqZx0KLA<|*X<x{tR');
define('LOGGED_IN_KEY', '|{@V`@XY-;V}5Ae|hW3l|9;T3kee?+V}fo:rQM[HnCAoQbGR3%s}a$jnFlEVk[WO');
define('NONCE_KEY', ';kCjmH5< *-g&G%8NKs}MkD! (7zVq*tN|L,D:9nE+ig5`^SR0S`+go FB8vvL+/');
define('AUTH_SALT', '|}-hx#G 0>-d:Q2Yj]<4o/_h+b(- JzW9C[-a/f2Wl@3^At]<fxYG;|^s[:Wa3<U');
define('SECURE_AUTH_SALT', 'o=;rZ&j&F^}1,-v]hu%m!#w@s,=q*#_Ch%C8T@[p!|l#zk?]9~*E1KT.PhR[y#ku');
define('LOGGED_IN_SALT', 'DNP0/YYkI5+Wi`zwXY1{e-[-)JTE3ZSGNDVX!Cjm&c%GyY~~ZzY/ G^ZylGt^cYr');
define('NONCE_SALT', '*-CmY4!|plpRZ >3dc-Wz.T +3=G-c rR&0P8csn^]7mzD)s+1 yJJ=$P&k,Wym6');
/**#@-*/
/**
* 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', true );
define( 'WP_DEBUG_LOG', true );
//define( 'WP_DEBUG_DISPLAY', 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';
define( 'WP_ALLOW_REPAIR', false );