
* Introduced new parameter in config file * Added a notice for changed commits to UI Also: * Fixed default config param for sources_root * Removed background image from layout Implements blueprint commits-corrections-framework Change-Id: I3c2c76a45ed75aaf67671b02649ba6abc24be083
28 lines
700 B
Plaintext
28 lines
700 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
|
|
|
|
# Update persistent storage with default data
|
|
# read-default-data = False
|
|
|
|
# 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
|