diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..0bf1db3 --- /dev/null +++ b/.vscode/sftp.json @@ -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 +} diff --git a/wp-config.php b/wp-config.php index 827d21e..27cfc8c 100644 --- a/wp-config.php +++ b/wp-config.php @@ -30,6 +30,7 @@ define( 'DB_PASSWORD', 'yZs52KdErtTk9KmZ8XGq' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); +define( 'DB_HOST_REMOTE', 'host117523.hostido.net.pl' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' );