stackalytics/etc/stackalytics.conf
Ilya Shakhat 4589ca62ba Stackalytics deployment clean up
* Scripts and conf locations are set in setup.cfg
* Flask-styled is replaced by oslo config
* Scripts from bin are replaced by one generated by entry_points

Change-Id: I26620b8d945d331b2d5abebce41ca177f3e93571
2013-07-16 16:53:20 +04:00

31 lines
708 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/run/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
# Repo poll period in seconds
# repo_poll_period = 300
# Address of update handler
# frontend_update_address = http://user:user@localhost/update/%s
# Hostname where dashboard listens on
# listen_host = 127.0.0.1
# Port where dashboard listens on
# listen_port = 8080