update
This commit is contained in:
12
.vscode/sftp.json
vendored
Normal file
12
.vscode/sftp.json
vendored
Normal 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
|
||||||
|
}
|
||||||
@@ -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' );
|
||||||
|
|||||||
Reference in New Issue
Block a user