mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
datasource as cfg: fixes typos
This commit is contained in:
parent
6e82dbafbc
commit
6267ef1391
@ -36,9 +36,9 @@ datasources:
|
||||
# json_data: '{"graphiteVersion":"0.9"}'
|
||||
# # <string> json object of data that will be encrypted in UI.
|
||||
# secure_json_fields: ''
|
||||
# # <int> including this value garantees that instance with old configs cannot
|
||||
# # <int> including this value guarantees that instance with old configs cannot
|
||||
# # overwrite your last change.
|
||||
# version: 1
|
||||
# # <bool> allow users to edit datasources from the UI.
|
||||
# editable: true
|
||||
# editable: false
|
||||
|
||||
|
@ -66,7 +66,6 @@ func (g *GrafanaServerImpl) Start() {
|
||||
social.NewOAuthService()
|
||||
plugins.Init()
|
||||
|
||||
//if err := provisioning.StartUp(setting.HomePath); err != nil {
|
||||
if err := provisioning.StartUp(setting.DatasourcesPath); err != nil {
|
||||
logger.Error("Failed to provision Grafana from config", "error", err)
|
||||
g.Shutdown(1, "Startup failed")
|
||||
|
Loading…
Reference in New Issue
Block a user