diff options
Diffstat (limited to 'config.env.sample')
-rw-r--r-- | config.env.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.env.sample b/config.env.sample index c36e52a..8d0afd6 100644 --- a/config.env.sample +++ b/config.env.sample @@ -23,6 +23,10 @@ JIRA_USER_PASSWORD=sample_jira_pass RABBITMQ_USER=opnfv RABBITMQ_PASSWORD=opnfvopnfv +# Cleanup: time is in days +BOOKING_EXPIRE_TIME=30 +BOOKING_MAXIMUM_NUMBER=10 + #Jenkins Build Server JENKINS_URL=https://build.opnfv.org/ci |