Bump version to 0.5 and minor cleanup
* Removed temporary added copy of programs.yaml * Changed default value for default_data_uri to meaningful (points to github master) * Removed version title from tooltip into meta header Change-Id: Iad2724ecfdb19ee42fb5f69bb113d619081eae63
This commit is contained in:
@@ -18,7 +18,8 @@ from oslo.config import cfg
|
||||
|
||||
OPTS = [
|
||||
cfg.StrOpt('default-data-uri',
|
||||
default='file:///usr/local/etc/default_data.json',
|
||||
default='https://raw.github.com/stackforge/stackalytics/'
|
||||
'master/etc/default_data.json',
|
||||
help='URI for default data'),
|
||||
cfg.StrOpt('sources-root', default='/var/local/stackalytics',
|
||||
help='The folder that holds all project sources to analyze'),
|
||||
|
Reference in New Issue
Block a user