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