← Back
Editing: wp-config-local.php
<?php /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** The name of the database for WordPress */ define( 'DB_NAME', 'barventkz' ); /** MySQL database username */ define( 'DB_USER', 'barventkz' ); /** MySQL database password */ define( 'DB_PASSWORD', 'eJD/Q.ZdgffNWaBF' ); /** Do not do it database, db should be empty */ define( 'WP_HOME', 'https://kz.asdaproducts.com' ); define( 'WP_SITEURL', 'https://kz.asdaproducts.com' ); /** Upload methos */ define('FS_METHOD', 'direct');
Save File
Cancel