Updated config.env.sample 33/73033/2
authorRaven Hodgdon <jhodgdon@iol.unh.edu>
Tue, 23 Nov 2021 21:02:59 +0000 (16:02 -0500)
committerRaven Hodgdon <jhodgdon@iol.unh.edu>
Tue, 22 Mar 2022 18:58:23 +0000 (14:58 -0400)
Signed-off-by: Raven Hodgdon <jhodgdon@iol.unh.edu>
Change-Id: I96a4a808203878ade2138cdb710a59f5db043a25

config.env.sample

index c47f2bf..baa5b8c 100644 (file)
@@ -25,8 +25,8 @@ DB_PORT=5432
 # tells the dashboard to expect host forwarding from proxy (if using LFID, needs to be True)
 EXPECT_HOST_FORWARDING=False
 
-# string indicating what authorization to deploy with
-AUTH_SETTING=choose_auth # LFID or OAUTH
+# string indicating what authorization to deploy with (LFID)
+AUTH_SETTING=LFID
 
 # SECURITY WARNING: keep the secret key used in production secret!
 SECRET_KEY=http://www.miniwebtool.com/django-secret-key-generator/
@@ -41,15 +41,21 @@ OIDC_CLIENT_SECRET=sample_secret
 OIDC_AUTHORIZATION_ENDPOINT=https://linuxfoundation-test.auth0.com/authorize
 OIDC_TOKEN_ENDPOINT=https://linuxfoundation-test.auth0.com/oauth/token
 OIDC_USER_ENDPOINT=https://linuxfoundation-test.auth0.com/userinfo
+OIDC_AUTHENTICATION_CALLBACK_URL=https://laas.anuket.iol.org/oidc/callback
 
 CLAIMS_ENDPOINT=https://sso.linuxfoundation.org/claims/
 
 OIDC_RP_SIGN_ALGO=RS256
 OIDC_OP_JWKS_ENDPOINT=https://sso.linuxfoundation.org/.well-known/jwks.json
 
+# Jira
+JIRA_URL=https://jira.opnfv.org
+JIRA_USER_NAME=
+JIRA_USER_PASSWORD=
+
 # Rabbitmq
-DEFAULT_USER=opnfv
-DEFAULT_PASS=opnfvopnfv
+RABBITMQ_DEFAULT_USER=opnfv
+RABBITMQ_DEFAULT_PASS=opnfvopnfv
 
 # Jenkins Build Server
 JENKINS_URL=https://build.opnfv.org/ci
@@ -61,5 +67,8 @@ EMAIL_HOST_USER=
 EMAIL_HOST_PASSWORD=
 DEFAULT_FROM_EMAIL=webmaster@localhost
 
+BOOKING_EXPIRE_TIME=30
+BOOKING_MAXIMUM_NUMBER=10
 
 TEMPLATE_OVERRIDE_DIR=laas
+