This commit is contained in:
2026-07-06 20:22:24 +02:00
parent 352e6d9e22
commit a9da3a3e7d
4 changed files with 45 additions and 4 deletions
+16
View File
@@ -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.
-4
View File
@@ -41,7 +41,6 @@ $RECYCLE.BIN/
#------------------------- #-------------------------
# These should never be under version control, # These should never be under version control,
# as it poses a security risk. # as it poses a security risk.
.env
.vagrant .vagrant
Vagrantfile Vagrantfile
@@ -119,8 +118,5 @@ _modules/*
.phpintel .phpintel
/api/ /api/
# Visual Studio Code
.vscode/
/results/ /results/
/phpunit.xml /phpunit.xml
+17
View File
@@ -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"
]
}
+12
View File
@@ -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
}