upadte
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/wp-content/uploads/
|
||||
@@ -20,13 +20,13 @@
|
||||
|
||||
// ** Database settings - You can get this info from your web host ** //
|
||||
/** The name of the database for WordPress */
|
||||
define( 'DB_NAME', "host117523_jachty3pagedevpl" );
|
||||
define( 'DB_NAME', "host162119_jachty_nowa" );
|
||||
|
||||
/** Database username */
|
||||
define( 'DB_USER', "host117523_jachty3pagedevpl" );
|
||||
define( 'DB_USER', "host162119_jachty_nowa" );
|
||||
|
||||
/** Database password */
|
||||
define( 'DB_PASSWORD', "K2hz2sMTaSKRbAuCeYPD" );
|
||||
define( 'DB_PASSWORD', "n5bAqna5pFq6PUSyrHbz" );
|
||||
|
||||
/** Database hostname */
|
||||
define( 'DB_HOST', "localhost" );
|
||||
@@ -85,9 +85,9 @@ $table_prefix = 'wp_';
|
||||
*
|
||||
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
|
||||
*/
|
||||
define( 'WP_DEBUG', true );
|
||||
define( 'WP_DEBUG_LOG', true );
|
||||
define( 'WP_DEBUG_DISPLAY', true );
|
||||
define( 'WP_DEBUG', false );
|
||||
define( 'WP_DEBUG_LOG', false );
|
||||
define( 'WP_DEBUG_DISPLAY', false );
|
||||
@ini_set( 'display_errors', 0 );
|
||||
|
||||
/* Add any custom values between this line and the "stop editing" line. */
|
||||
|
||||
Reference in New Issue
Block a user