This commit is contained in:
2026-05-24 01:41:01 +02:00
parent 1e36343bfb
commit d5a654e51b
2 changed files with 7 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/wp-content/uploads/

View File

@@ -20,13 +20,13 @@
// ** Database settings - You can get this info from your web host ** // // ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */ /** The name of the database for WordPress */
define( 'DB_NAME', "host117523_jachty3pagedevpl" ); define( 'DB_NAME', "host162119_jachty_nowa" );
/** Database username */ /** Database username */
define( 'DB_USER', "host117523_jachty3pagedevpl" ); define( 'DB_USER', "host162119_jachty_nowa" );
/** Database password */ /** Database password */
define( 'DB_PASSWORD', "K2hz2sMTaSKRbAuCeYPD" ); define( 'DB_PASSWORD', "n5bAqna5pFq6PUSyrHbz" );
/** Database hostname */ /** Database hostname */
define( 'DB_HOST', "localhost" ); define( 'DB_HOST', "localhost" );
@@ -85,9 +85,9 @@ $table_prefix = 'wp_';
* *
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/ */
define( 'WP_DEBUG', true ); define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', true ); define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 ); @ini_set( 'display_errors', 0 );
/* Add any custom values between this line and the "stop editing" line. */ /* Add any custom values between this line and the "stop editing" line. */