File: /var/www/aetherius.pl/wp-config.php
<?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', 'aetherius_pl_db' );
/** Database username */
define( 'DB_USER', 'aetherius_pl_user' );
/** Database password */
define( 'DB_PASSWORD', '+SEG4gsFXmhQbIAC/eG5pw==' );
/** Database 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', 'u# 3 17~J_Ct1Po?EOAaW J:wGgXWsV!Ah%lV]/c?%L.5AdH0c33Y8SctAKg)ZJv' );
define( 'SECURE_AUTH_KEY', 'E!E>G2(4_kp~5# w6)lMr]6j-aRsZy$dP9/YS1_S2ir%a,&$XN%^~n&.YdKx]Smn' );
define( 'LOGGED_IN_KEY', 'k9m1`gK2/*<j/i}1*Wdh9`&j+v9-[3SqnrGHrCPjUu)RNqprCe7_)hY5c0e1/r.j' );
define( 'NONCE_KEY', '{<epm@<lWF`l5OGA+*#j(-p55.ASp|H_>c7NDf6G`@#;!X& (+*+?-3{A.M~q$}7' );
define( 'AUTH_SALT', 'o{8RH-0y+tS9USIars6rzY~h@>k2W`-(F!`QUT;MyYichWk*Ip7dFgN(+ XS^=R~' );
define( 'SECURE_AUTH_SALT', 'AaJ7$15HT|#F@fgBIEiGg!#x|,coVeZnlD{,n[8)`*1ORp/?Fsf^$P8}E)C!nQOk' );
define( 'LOGGED_IN_SALT', '-/9oE-gS#eX/9N6co4D-h]zhws9Fw!x|:c5E&(H][J/gA*U8<hOun06:3Z+z#p-T' );
define( 'NONCE_SALT', 'M|K1$0WRqwE{yrwnBhY;v!pjz8rY62czMIr`P,[Z{glIDPysEyA3Wg{EZ1 ZG&-' );
define( 'WP_CACHE_KEY_SALT', 'rF %By2bsHkioN<Pw]/}I|fe8l0<1bng1HXA7Qea=2,O(Xhi%_guUM1s2#_Kp!L=' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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('DISABLE_WP_CRON', true);
define( 'WP_DEBUG', false );
define('DISABLE_WP_CRON', true);
}
define('FS_METHOD', 'direct');
/* 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';