From a9da3a3e7d54883a580b0355e73af02f1f9bb432 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Mon, 6 Jul 2026 20:22:24 +0200 Subject: [PATCH] update --- .env | 16 ++++++++++++++++ .gitignore | 4 ---- .vscode/ftp-kr.json | 17 +++++++++++++++++ .vscode/sftp.json | 12 ++++++++++++ 4 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 .env create mode 100644 .vscode/ftp-kr.json create mode 100644 .vscode/sftp.json diff --git a/.env b/.env new file mode 100644 index 0000000..4dd085b --- /dev/null +++ b/.env @@ -0,0 +1,16 @@ +db_host=localhost +db_host_remote=host700513.hostido.net.pl +db_user=host700513_finansepro +db_name=host700513_finansepro +db_password=Ghfe49c3T5hm7EeA8PgR + +user_email=jacek.pyziak@project-pro.pl +user_password=Legia1916Warszawa + +# CI4 framework environment. Dev = development; na hostido ustaw: production +CI_ENVIRONMENT=production + +# --- PRODUKCJA (hostido) --- +# Bez app.baseURL CI4 uzyje wartosci z app/Config/App.php (localhost:8080) i linki beda zle. +app.baseURL = 'https://finanse.projectpro.pl/' +# Do lokalnego dev: CI_ENVIRONMENT=development + zakomentuj powyzsze app.baseURL. \ No newline at end of file diff --git a/.gitignore b/.gitignore index 56b9f10..08f6a10 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,6 @@ $RECYCLE.BIN/ #------------------------- # These should never be under version control, # as it poses a security risk. -.env .vagrant Vagrantfile @@ -119,8 +118,5 @@ _modules/* .phpintel /api/ -# Visual Studio Code -.vscode/ - /results/ /phpunit.xml diff --git a/.vscode/ftp-kr.json b/.vscode/ftp-kr.json new file mode 100644 index 0000000..2c41e02 --- /dev/null +++ b/.vscode/ftp-kr.json @@ -0,0 +1,17 @@ +{ + "host": "host700513.hostido.net.pl", + "username": "www@finanse.projectpro.pl", + "password": "d9vmuRYrRfGyKPQg36xE", + "remotePath": "/public_html/", + "protocol": "ftp", + "port": 21, + "fileNameEncoding": "utf8", + "autoUpload": true, + "autoDelete": false, + "autoDownload": false, + "ignoreRemoteModification": true, + "ignore": [ + ".git", + "/.vscode" + ] +} \ No newline at end of file diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..41070f5 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,12 @@ +{ + "name": "host700513.hostido.net.pl", + "host": "host700513.hostido.net.pl", + "protocol": "ftp", + "port": 21, + "username": "www@finanse.projectpro.pl", + "password": "d9vmuRYrRfGyKPQg36xE", + "remotePath": "/public_html/", + "uploadOnSave": false, + "useTempFile": false, + "openSsh": false +}