Browse Source

Add comments on app_mode with possible values

Rodolphe Quiédeville 10 years ago
parent
commit
668b47cc6e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      conf/defaults.ini
  2. 1 0
      conf/sample.ini

+ 1 - 0
conf/defaults.ini

@@ -3,6 +3,7 @@
 # Do not modify this file in grafana installs
 #
 
+# possible values : production, development
 app_mode = production
 
 #################################### Paths ####################################

+ 1 - 0
conf/sample.ini

@@ -3,6 +3,7 @@
 # Everything has defaults so you only need to uncomment things you want to
 # change
 
+# possible values : production, development    
 ; app_mode = production
 
 #################################### Paths ####################################