This commit is contained in:
thelamer
2025-06-24 14:29:29 -04:00
parent 9895976bba
commit 87d748dbcd
3 changed files with 9 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ repo_vars:
- MULTIARCH = 'true'
- CI = 'true'
- CI_WEB = 'true'
- CI_PORT = '3000'
- CI_SSL = 'false'
- CI_PORT = '3001'
- CI_SSL = 'true'
- CI_DELAY = '120'
- CI_DOCKERENV = 'TZ=US/Pacific'
- CI_AUTH = 'user:password'