Add and Fix tests
[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 TEST=False
6
7 POSTGRES_DB=sample_name
8 POSTGRES_USER=sample_user
9 POSTGRES_PASSWORD=sample_pass
10 DB_NAME=sample_name
11 DB_USER=sample_user
12 DB_PASS=sample_pass
13 DB_SERVICE=postgres
14 DB_PORT=5432
15
16 # SECURITY WARNING: keep the secret key used in production secret!
17 SECRET_KEY=http://www.miniwebtool.com/django-secret-key-generator/
18
19 OAUTH_CONSUMER_KEY=sample_key
20 OAUTH_CONSUMER_SECRET=sample_secret
21
22 JIRA_URL=sample_url
23 JIRA_USER_NAME=sample_jira_user
24 JIRA_USER_PASSWORD=sample_jira_pass
25
26 # Rabbitmq
27 RABBITMQ_DEFAULT_USER=opnfv
28 RABBITMQ_DEFAULT_PASS=opnfvopnfv
29
30 #Jenkins Build Server
31 JENKINS_URL=https://build.opnfv.org/ci
32
33 # Email Settings
34 EMAIL_HOST=
35 EMAIL_PORT=
36 EMAIL_HOST_USER=
37 EMAIL_HOST_PASSWORD=
38 DEFAULT_FROM_EMAIL=webmaster@localhost