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'