Merge branch 'dev/user_roles' into 'main'

modificada la variable .env para sk-jjo

See merge request jjimenez/safekat!3
This commit is contained in:
2023-04-27 16:01:47 +00:00
2 changed files with 13 additions and 1 deletions

12
.vscode/sftp.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"name": "sk-jjo",
"host": "sk-jjo.imnavajas.es",
"protocol": "ftp",
"port": 21,
"username": "sk-jjo",
"password": "yuh1C^290",
"remotePath": "/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}

View File

@ -22,7 +22,7 @@ CI_ENVIRONMENT = development
# APP
#--------------------------------------------------------------------
app.baseURL = 'http://safekat.test'
app.baseURL = 'https://sk-jjo.imnavajas.es'
# app.forceGlobalSecureRequests = false
# app.sessionDriver = 'CodeIgniter\Session\Handlers\FileHandler'