Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp aainb

fj wp aainb

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'jfeu_wpaainb' );
define( 'DB_USER',     'jfeu_aainb' );
define( 'DB_PASSWORD', '@Ainb2023%' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


/* MySQL database table prefix. */
$table_prefix = 'wp_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '!u)!tHWbJ8rZ-Ro@,-j{^B|r%|;--Oi /76n>3Y}YL@_;4XN6.N>EaQHy|-}i`7M');
define('SECURE_AUTH_KEY',  'r;haN0~vtbdO86@lC<-x;YkguaH mbECYL#CCzC++:N<Th_}|N0+');
define('LOGGED_IN_KEY',    'D+._Z;Tn<*dP3Xy!Fo7n?JcX0?-J419d-Ryd;Hkek.DnLdvdHzCD}}u+db=xF0{A');
define('NONCE_KEY',        '-3q7pc{Gv& /:==w`p5tP}aiaRK/-H/a}ZbGP#)D,*W@}=v#AhqI=)Ih#-vO@+jJM+pcI7=-vk');
define('SECURE_AUTH_SALT', 'QZrLz*HUnOj$|>!x<c|37GjR*eYN-}_ RHk6h!kOEsw74Gh*Lv+&K4/^0[^m]njH');
define('LOGGED_IN_SALT',   'dw0_O&U`j0gVI@G4e8?Jv}PkDIIW8PqP/JQ+a:,n)+3zkV~fs*600oH?');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'https://fj64.eu/wpaainb' );
define( 'WP_HOME',        'https://fj64.eu/wpaainb' );
define( 'WP_CONTENT_URL', 'https://fj64.eu/wpaainb/wp-content' );
define( 'UPLOADS',        'https://fj64.eu/wpaainb/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'https://fj64.eu/wpaainb/wp-content/plugins' );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', true );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         false );
define( 'WP_DEBUG_LOG',     false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SCRIPT_DEBUG',     false );
define( 'SAVEQUERIES',      false );


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '64' );
define( 'WP_MAX_MEMORY_LIMIT', '256' );


/* Compression */
define( 'COMPRESS_CSS',        true );
define( 'COMPRESS_SCRIPTS',    true );
define( 'CONCATENATE_SCRIPTS', true );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', false );


/* 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');