Update FTP and database configuration settings

This commit is contained in:
2024-10-31 12:05:34 +01:00
parent 03279fe36d
commit 2c4650cc3e
3 changed files with 11 additions and 6 deletions

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

@@ -1,7 +1,7 @@
{
"host": "host117523.hostido.net.pl",
"host": "193.177.164.18",
"username": "www@cdn.projectpro.pl",
"password": "2ZcfFfzpwjXBcS8J",
"password": "mvDkKujCRaMxHWHgKv2M",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "host117523.hostido.net.pl",
"host": "host117523.hostido.net.pl",
"name": "193.177.164.18",
"host": "193.177.164.18",
"protocol": "ftp",
"port": 21,
"username": "www@cdn.projectpro.pl",
"password": "2ZcfFfzpwjXBcS8J",
"password": "mvDkKujCRaMxHWHgKv2M",
"remotePath": "/public_html",
"uploadOnSave": false,
"ignore": [

View File

@@ -2,4 +2,9 @@
$settings['email_host'] = 'host117523.hostido.net.pl';
$settings['email_port'] = 25;
$settings['email_login'] = 'www@cdn.projectpro.pl';
$settings['email_password'] = 'ProjectPro2022!';
$settings['email_password'] = 'ProjectPro2022!';
$settings['db']['host'] = 'localhost';
$settings['db']['user'] = 'admin_cdnpro';
$settings['db']['password'] = 'FsG4UkZFTGXkEMrXY2qE';
$settings['db']['database'] = 'admin_cdnpro';