aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.env.sample17
1 files changed, 13 insertions, 4 deletions
diff --git a/config.env.sample b/config.env.sample
index c47f2bf..baa5b8c 100644
--- a/config.env.sample
+++ b/config.env.sample
@@ -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
+