From 608c537ad1e08685ab3501cf8056e368e5d4449a Mon Sep 17 00:00:00 2001 From: REJack Date: Sun, 10 Feb 2019 16:31:19 +0100 Subject: [PATCH] updated env files --- _travis/env | 2 ++ _travis/env_gitlab | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_travis/env b/_travis/env index 5061dfa..809c9c1 100644 --- a/_travis/env +++ b/_travis/env @@ -10,6 +10,8 @@ # at the beginning of the line. #-------------------------------------------------------------------- +migrations.enabled = true + aauth.dbProfile = 'tests' aauth.loginRemember = '-1 day' aauth.dbSoftDeleteUsers = true diff --git a/_travis/env_gitlab b/_travis/env_gitlab index 2b87a06..7c82724 100644 --- a/_travis/env_gitlab +++ b/_travis/env_gitlab @@ -22,7 +22,7 @@ aauth.dbSoftDeletePerms = true # APP #-------------------------------------------------------------------- -app.baseURL = 'http://aauth-ci4.local' +# app.baseURL = '' # app.forceGlobalSecureRequests = false # app.sessionDriver = 'CodeIgniter\Session\Handlers\FileHandler'