This commit is contained in:
2026-03-12 15:41:09 +01:00
parent 972c69b136
commit be2a48973e
2 changed files with 13 additions and 0 deletions

12
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "wyszynskiego12.pagedev.pl",
"host": "host117523.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@wyszynskiego12.pagedev.pl",
"password": "WkTzavmNP8ffYAXatMYb",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}

View File

@@ -30,6 +30,7 @@ define( 'DB_PASSWORD', 'yZs52KdErtTk9KmZ8XGq' );
/** Database hostname */ /** Database hostname */
define( 'DB_HOST', 'localhost' ); define( 'DB_HOST', 'localhost' );
define( 'DB_HOST_REMOTE', 'host117523.hostido.net.pl' );
/** Database charset to use in creating database tables. */ /** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' ); define( 'DB_CHARSET', 'utf8mb4' );