浏览代码

Deb package is starting to work

Torkel Ödegaard 10 年之前
父节点
当前提交
8ee7d5c2d5
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 4 4
      conf/defaults.ini
  2. 1 1
      package.json

+ 4 - 4
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]

+ 1 - 1
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"