2015-10-29 15:06:04 +00:00
|
|
|
; If set to true, the repo will not be cloned from GitHub and the local copy will be reused.
|
|
|
|
; This setting will be obsolete once we have local Git cache enabled
|
|
|
|
skipClone = false
|
2015-10-30 14:56:05 +00:00
|
|
|
|
2015-10-29 15:06:04 +00:00
|
|
|
; If you want to setup your test website in a different folder, you can do that here.
|
|
|
|
; You can also set an absolute path, i.e. /path/to/my/cms/folder
|
2016-12-14 18:08:42 +00:00
|
|
|
cmsPath = tests/joomla
|
2015-10-30 14:56:05 +00:00
|
|
|
|
2015-10-30 09:38:10 +00:00
|
|
|
; If you want to clone a different branch, you can set it here
|
|
|
|
branch = staging
|
2015-10-30 14:56:05 +00:00
|
|
|
|
|
|
|
; (Linux / Mac only) If you want to set a different owner for the CMS root folder, you can set it here.
|
|
|
|
localUser = www-data
|
2016-10-15 13:47:47 +00:00
|
|
|
|
|
|
|
; Set this to true, if your curl binaries are not able to create an https connection
|
|
|
|
insecure = false
|