From 67cceb22ce6409fcbe66dd03ca0aa1e3769eb820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Thu, 27 Apr 2023 14:24:41 +0200 Subject: [PATCH] modificada la variable .env para sk-jjo --- .vscode/sftp.json | 12 ++++++++++++ ci4/.env | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .vscode/sftp.json diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 00000000..b2bae205 --- /dev/null +++ b/.vscode/sftp.json @@ -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 +} diff --git a/ci4/.env b/ci4/.env index 0af0689b..fa4d571c 100644 --- a/ci4/.env +++ b/ci4/.env @@ -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' @@ -40,8 +40,8 @@ app.baseURL = 'http://safekat.test' #-------------------------------------------------------------------- database.default.hostname = localhost -database.default.database = sk_main -database.default.username = sk_main +database.default.database = sk_jjo +database.default.username = sk_jjo database.default.password = 61tv&G1Zf^XY database.default.DBDriver = MySQLi database.default.DBPrefix =