Update CI env

This commit is contained in:
Eric Nemchik 2023-01-24 17:31:04 -06:00
parent b440a4dffa
commit 1522cd1a9f
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
CI_PORT='80'
CI_SSL='false'
CI_DELAY='120'
CI_DOCKERENV='NGINX_APP_URL=_|DB_CONNECTION=sqlite_testing'
CI_DOCKERENV='APP_URL=http://localhost:80|NGINX_APP_URL=_|DB_CONNECTION=sqlite_testing'
CI_AUTH='user:password'
CI_WEBPATH=''
}

View File

@ -24,7 +24,7 @@ repo_vars:
- CI_PORT='80'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='NGINX_APP_URL=_|DB_CONNECTION=sqlite_testing'
- CI_DOCKERENV='APP_URL=http://localhost:80|NGINX_APP_URL=_|DB_CONNECTION=sqlite_testing'
- CI_AUTH='user:password'
- CI_WEBPATH=''
sponsor_links: