| Server IP : 217.113.158.245 / Your IP : 216.73.217.153 Web Server : Apache/2.4.41 (Ubuntu) System : Linux bg-hoster 5.4.0-200-generic #220-Ubuntu SMP Fri Sep 27 13:19:16 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.27 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/platform_plugin/ |
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://codex.wordpress.org/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', 'platformadb' );
/** MySQL database username */
define( 'DB_USER', 'platformadb' );
/** MySQL database password */
define( 'DB_PASSWORD', 'l6NEfIH4FHP7!!' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', 'mii0dPMz97FQ&4Wfu$PA0Bn*}po#JX-;$!LJcJ0|Jn_>I_Jj._7U_okZa[R6M]$Y' );
define( 'SECURE_AUTH_KEY', 'Josz[|+wh:<+0B.AruKdsPm^pY.^?Aocl^EzRGRQ.1x8v|F27gq0j}Q+jHYVb&XA' );
define( 'LOGGED_IN_KEY', 'pR eTKv:=sD!#d.TLv:,Z&dKKD5IVc@i2yb+FwyIev2;B4p6sO96A-iFW]Y/8$/^' );
define( 'NONCE_KEY', '&p@pO}%kIA|v4i6::?rMXogI{}jwjh=DNs4IoQ>CGHM4Fhj#})CeJuN=L-e?4&o?' );
define( 'AUTH_SALT', 'C#9TEF_4DI0e{Q7w[m&aE&*k<Fz, r{$Ot}N|C^e,b?x3o40jNuP]H7^1qL1G:uo' );
define( 'SECURE_AUTH_SALT', '%I5X9ZU_AJ/.nszU 0 DIh/4+JRshAX+b()elI$fY0s|Upp RY`8UcYCkcK_pqRU' );
define( 'LOGGED_IN_SALT', 'QvYZD0lG9?,9V`,f[7W-%_>i*WZwtAF;1S~/kU$oh,*FXI3S0oZXLk/w4NY//]N2' );
define( 'NONCE_SALT', '6S,$ujK;1d3.KF.sm);v;SdR.bX=acQ+[hk&$UhMjB$h9Wv{^K&f&5a1Blq/O=P@' );
/**#@-*/
/**
* 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 = 'wp7r_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
/* Automatyczna aktualizacja */
define( 'WP_AUTO_UPDATE_CORE', true );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __DIR__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );