Update FTP and SFTP credentials
This commit is contained in:
4
.vscode/ftp-kr.json
vendored
4
.vscode/ftp-kr.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"host": "host700513.hostido.net.pl",
|
"host": "193.177.164.18",
|
||||||
"username": "www@marianek.pl",
|
"username": "www@marianek.pl",
|
||||||
"password": "KY8bZvbspB9qmNuy",
|
"password": "xT6WTcNqceJaA4AnMwzq",
|
||||||
"remotePath": "/public_html",
|
"remotePath": "/public_html",
|
||||||
"protocol": "ftp",
|
"protocol": "ftp",
|
||||||
"port": 0,
|
"port": 0,
|
||||||
|
|||||||
6
.vscode/sftp.json
vendored
6
.vscode/sftp.json
vendored
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "host700513.hostido.net.pl",
|
"name": "193.177.164.18",
|
||||||
"host": "host700513.hostido.net.pl",
|
"host": "193.177.164.18",
|
||||||
"protocol": "ftp",
|
"protocol": "ftp",
|
||||||
"port": 21,
|
"port": 21,
|
||||||
"username": "www@marianek.pl",
|
"username": "www@marianek.pl",
|
||||||
"password": "KY8bZvbspB9qmNuy",
|
"password": "xT6WTcNqceJaA4AnMwzq",
|
||||||
"remotePath": "/public_html",
|
"remotePath": "/public_html",
|
||||||
"uploadOnSave": false,
|
"uploadOnSave": false,
|
||||||
"useTempFile": false,
|
"useTempFile": false,
|
||||||
|
|||||||
10
config.php
10
config.php
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
$database['host'] = 'localhost';
|
$database['host'] = 'localhost';
|
||||||
$database['user'] = 'host700513_marianek';
|
$database['user'] = 'admin_marianek-pl';
|
||||||
$database['password'] = 'dv2cr3pszTCVNnnz';
|
$database['password'] = 'eCfTjC4BDRXB54CsCLUu';
|
||||||
$database['name'] = 'host700513_marianek';
|
$database['name'] = 'admin_marianek-pl';
|
||||||
$database['time_debug'] = true;
|
$database['time_debug'] = true;
|
||||||
$database['long_query_time'] = 0.1;
|
$database['long_query_time'] = 0.1;
|
||||||
|
|
||||||
@@ -11,8 +11,8 @@ $config['google-ads-id'] = 'AW-810084545';
|
|||||||
$config['baselinker-start'] = '2021-10-14 22:00:00';
|
$config['baselinker-start'] = '2021-10-14 22:00:00';
|
||||||
|
|
||||||
$config['redis']['host'] = '127.0.0.1';
|
$config['redis']['host'] = '127.0.0.1';
|
||||||
$config['redis']['port'] = 23841;
|
$config['redis']['port'] = 7002;
|
||||||
$config['redis']['password'] = 'LIaOFq3tjNq6GrNhnG8dGONWLXh6ZAse';
|
$config['redis']['password'] = 'upw!H?3?cNvqkx@';
|
||||||
|
|
||||||
$config['debug']['apilo'] = false;
|
$config['debug']['apilo'] = false;
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user