From d5a654e51b4471bd4d5dc9b0f71f9c4dfcd7d494 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Sun, 24 May 2026 01:41:01 +0200 Subject: [PATCH] upadte --- .gitignore | 1 + wp-config.php | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b0781c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/wp-content/uploads/ \ No newline at end of file diff --git a/wp-config.php b/wp-config.php index 3682f8c..cb3947e 100644 --- a/wp-config.php +++ b/wp-config.php @@ -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. */