From 6d3246e39ea353ca714c1d190c508f146dc5f73e Mon Sep 17 00:00:00 2001 From: Junliang Huang Date: Sun, 21 May 2017 15:07:21 +0700 Subject: [PATCH] docs(readme): remove dev.ini reference (#8419) remove dev.ini reference as it seems not working anymore. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f658f72d68..9d2aabebbf3 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,7 @@ Create a custom.ini in the conf directory to override default configuration opti You only need to add the options you want to override. Config files are applied in the order of: 1. grafana.ini -2. dev.ini (if found) -3. custom.ini +1. custom.ini ## Create a pull request Before or after you create a pull request, sign the [contributor license agreement](http://docs.grafana.org/project/cla/).