Przeglądaj źródła

Merge pull request #2673 from rodo/add_doc_app_mode

Add comments on app_mode with possible values
Torkel Ödegaard 10 lat temu
rodzic
commit
b83a1bf4cc
2 zmienionych plików z 2 dodań i 0 usunięć
  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 ####################################