Zaktualizowano dane połączenia FTP w plikach ftp-kr.json i sftp.json oraz zaktualizowano dane bazy danych w config.php

This commit is contained in:
2025-11-23 01:31:22 +01:00
parent 94f09e1d22
commit 60c7119858
3 changed files with 8 additions and 8 deletions

4
.vscode/ftp-kr.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"host": "dapro25624.serwervps.pl", "host": "host700513.hostido.net.pl",
"username": "www@rank24.pl", "username": "www@rank24.pl",
"password": "WLZtVXv9Vr9xKfpgHxKC", "password": "Sa3geX5BsHyayUbpHcXT",
"remotePath": "/public_html/", "remotePath": "/public_html/",
"protocol": "ftp", "protocol": "ftp",
"port": 0, "port": 0,

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{ {
"name": "dapro25624.serwervps.pl", "name": "host700513.hostido.net.pl",
"host": "dapro25624.serwervps.pl", "host": "host700513.hostido.net.pl",
"protocol": "ftp", "protocol": "ftp",
"port": 21, "port": 21,
"username": "www@rank24.pl", "username": "www@rank24.pl",
"password": "WLZtVXv9Vr9xKfpgHxKC", "password": "Sa3geX5BsHyayUbpHcXT",
"remotePath": "/public_html/", "remotePath": "/public_html/",
"uploadOnSave": false, "uploadOnSave": false,
"useTempFile": false, "useTempFile": false,

View File

@@ -1,8 +1,8 @@
<?php <?php
$config['db']['host'] = 'localhost'; $config['db']['host'] = 'localhost';
$config['db']['user'] = 'admin_rank24'; $config['db']['user'] = 'host700513_rank24';
$config['db']['password'] = 'JhFgfyqHrueGS5bYfsXn'; $config['db']['password'] = 'F9NhDDGXdnt4vjX6GpYX';
$config['db']['name'] = 'admin_rank24'; $config['db']['name'] = 'host700513_rank24';
$config['site']['majestic_interval'] = 7; $config['site']['majestic_interval'] = 7;
$config['site']['semstorm_interval'] = 1; $config['site']['semstorm_interval'] = 1;