
* Refactored record processor * Refactored persistent storage * Implemented records updater * Fixed tests on record processor Implements blueprint sync-default-data Change-Id: If8367b77ea540eac296336b9bda6517f4cea9464
34 lines
851 B
Plaintext
34 lines
851 B
Plaintext
[DEFAULT]
|
|
# Run in debug mode?
|
|
# debug = False
|
|
|
|
# Default data
|
|
# default_data = /etc/stackalytics/default_data.json
|
|
|
|
# The folder that holds all project sources to analyze
|
|
# sources_root = /var/local/stackalytics
|
|
|
|
# Runtime storage URI
|
|
# runtime_storage_uri = memcached://127.0.0.1:11211
|
|
|
|
# URI of persistent storage
|
|
# persistent_storage_uri = mongodb://localhost
|
|
|
|
# Hostname where dashboard listens on
|
|
# listen_host = 127.0.0.1
|
|
|
|
# Port where dashboard listens on
|
|
# listen_port = 8080
|
|
|
|
# The address of file with corrections data
|
|
# corrections_uri = https://raw.github.com/stackforge/stackalytics/master/etc/corrections.json
|
|
|
|
# URI of review system
|
|
# review_uri = gerrit://review.openstack.org
|
|
|
|
# SSH key for gerrit review system access
|
|
# ssh_key_filename = /home/user/.ssh/id_rsa
|
|
|
|
# SSH username for gerrit review system access
|
|
# ssh_username = user
|