File: /var/www/test.kaunokolegija.lt/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/* Siteguarding Block 132FLSE34GG39-START */ if (file_exists("/var/www/test.kaunokolegija.lt/kk_wp_content/plugins/easy-geo-redirect/geo.check.php"))include_once("/var/www/test.kaunokolegija.lt/kk_wp_content/plugins/easy-geo-redirect/geo.check.php");/* Siteguarding Block 132FLSE34GG39-END */?><?php
define( 'WP_CONTENT_DIR', '/var/www/test.kaunokolegija.lt/kk_wp_content' ); // Do not remove. Removing this line could break your site. Added by Security > Settings > Change Content Directory.
define( 'WP_CONTENT_URL', 'https://test.kaunokolegija.lt/kk_wp_content' ); // Do not remove. Removing this line could break your site. Added by Security > Settings > Change Content Directory.
/**
* 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', 'web23');
/** MySQL database username */
define('DB_USER', 'web23');
/** MySQL database password */
define('DB_PASSWORD', 'gAbr[Pn0F_OLLM-m');
/** MySQL 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', 'Ra:),/j#wf=(g+Oy{b<||tsY.^<aQdFoi#&6FGQ9a4`*6mI;mv+8$ }?A=C$QqR&');
define('SECURE_AUTH_KEY', 'P5cm)90,5@I^l$^|t1^Nhho9/5FgQr w]hlW#hS>LN0l[Nw{Gx(Iu5d[}<WNEKDL');
define('LOGGED_IN_KEY', ' ,6%?Csc[|yYdMfV#RYIUBJkY`o(r4u-$XbI#UV)|3MVE5E4AOGs8iy0?__%Ck8y');
define('NONCE_KEY', 'N<q.#B*5uOFlJn~I7Ie#n`>}pHfWK:<NLr6hfyNvEQI`l<)Pd98&ujp4nr@U)c)K');
define('AUTH_SALT', '|Z(n/J4&SluYAL{;P%~`f$AE*>::grJpWyln)y`cHZ|~zMA^p:vh[q!f.rn`G 7I');
define('SECURE_AUTH_SALT', ']3?[24g`Y-xD1CV&RjX`X2Pe@H$$)k1nc>#h6IY)qh^D~RD*%7ue_L<tRweUiRG]');
define('LOGGED_IN_SALT', ';m|r-;-a9Bc9Hh@SP6cO&/k9~?#lZioYht*fW*nC~-</&B!f~0UaJqG/D0+c(O~R');
define('NONCE_SALT', 'MooQhk|#</bY7`N@kse8A_M,^j$>P8~*t~Bc%m<|tG!sDWaIhtG<-Lt,|qmLNDOF');
/**#@-*/
/**
* 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 = 'kk_';
/**
* 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);
define('WP_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', false);
//increase WP Memory Limit
define('WP_MEMORY_LIMIT', '256M');
/* Multisite */
define('WP_ALLOW_MULTISITE', true);
/* Multisite config */
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'https://test.kaunokolegija.lt');
//define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
/* Theme setup */
define( 'WP_DEFAULT_THEME', 'josephine-child' );
define('WP_HOME','https://test.kaunokolegija.lt/');
define('WP_SITEURL','https://test.kaunokolegija.lt/');
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', false );
define('DISABLE_WP_CRON', true);
define('FS_METHOD','direct');
/* That's all, stop editing! Happy blogging. */
/** 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');
set_time_limit(300);