qa: Update scripts
This commit is contained in:
parent
d2f409db7a
commit
d4990916b5
6 changed files with 77 additions and 24 deletions
11
qa-common.sh
Normal file
11
qa-common.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
HOST_FICADMIN=127.0.0.1:8081
|
||||
HOST_FICQA=127.0.0.1:8083
|
||||
|
||||
TEAM_PREFIX="Groupe"
|
||||
QA_ADMIN="${QA_ADMIN:-nemunaire}"
|
||||
|
||||
NB_THEMES_TODO=3
|
||||
MIN_LVL_TODO=1
|
||||
MAX_LVL_TODO=5
|
||||
Reference in a new issue