Rename pharos-dashboard and pharos-validator
[pharos-tools.git] / dashboard / config.env.sample
1 DASHBOARD_URL=http://labs.opnfv.org
2
3 # SECURITY WARNING: don't run with debug turned on in production!
4 DEBUG=False
5
6 DB_NAME=sample_name
7 DB_USER=sample_user
8 DB_PASS=sample_pass
9 DB_SERVICE=postgres
10 DB_PORT=5432
11
12 # SECURITY WARNING: keep the secret key used in production secret!
13 SECRET_KEY=http://www.miniwebtool.com/django-secret-key-generator/
14
15 OAUTH_CONSUMER_KEY=sample_key
16 OAUTH_CONSUMER_SECRET=sample_secret
17
18 JIRA_URL=sample_url
19 JIRA_USER_NAME=sample_jira_user
20 JIRA_USER_PASSWORD=sample_jira_pass
21
22 # Rabbitmq
23 RABBITMQ_USER=opnfv
24 RABBITMQ_PASSWORD=opnfvopnfv