From 8ee7d5c2d55b7f54aecd93084bb12300ebb97d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 10 Apr 2015 11:05:56 +0200 Subject: [PATCH] Deb package is starting to work --- conf/defaults.ini | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index dd83d9aa190..abd91bff8ba 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1,9 +1,9 @@ -##################### Grafana Configuration Example ##################### +##################### Grafana Configuration Defaults ##################### +# +# Do not modify this file in grafana installs # -# Everything has defaults so you only need to uncomment things you want to -# change -; app_mode = production +app_mode = production #################################### Paths #################################### [paths] diff --git a/package.json b/package.json index 8df5f593006..8bfca3df45c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "company": "Coding Instinct AB" }, "name": "grafana", - "version": "2.0.0-beta2", + "version": "2.0.0-beta3", "repository": { "type": "git", "url": "http://github.com/torkelo/grafana.git"