Update FTP and database configuration for new host settings

This commit is contained in:
2025-02-28 12:07:03 +01:00
parent 02fb4cefd3
commit c150f6fb39
4 changed files with 10 additions and 10 deletions

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

@@ -1,7 +1,7 @@
{
"host": "193.177.164.18",
"host": "host700513.hostido.net.pl",
"username": "www@adspro.projectpro.pl",
"password": "AU9mvp39eUKmVsXLDm47",
"password": "S75kmnqmD5heMZzJQf5n",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,

View File

@@ -41,8 +41,8 @@
},
"class.Products.php": {
"type": "-",
"size": 7374,
"lmtime": 1738181132982,
"size": 7467,
"lmtime": 1739134076641,
"modified": false
},
"class.Site.php": {

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "193.177.164.18",
"host": "193.177.164.18",
"name": "host700513.hostido.net.pl",
"host": "host700513.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@adspro.projectpro.pl",
"password": "AU9mvp39eUKmVsXLDm47",
"password": "S75kmnqmD5heMZzJQf5n",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,

View File

@@ -1,8 +1,8 @@
<?php
$database['name'] = 'admin_adspro';
$database['name'] = 'host700513_adspro';
$database['host'] = 'localhost';
$database['user'] = 'admin_adspro';
$database['password'] = 'bwMQqjGR7L7SNy3YxbJ9';
$database['user'] = 'host700513_adspro';
$database['password'] = '2Ug7DvBy5MCAJtKmkCRs';
$settings['email_host'] = 'mail.project-pro.pl';
$settings['email_port'] = 25;