Pārlūkot izejas kodu

[app.ini] Add key for AUTO_INIT

Keep it false in the checked in config. We will enable it in our server
config.
Achilleas Koutsou 5 gadi atpakaļ
vecāks
revīzija
538a41b708
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      conf/app.ini

+ 3 - 0
conf/app.ini

@@ -106,6 +106,9 @@ ENABLE_RAW_FILE_RENDER_MODE = false
 RAW_CAPTCHA_MIN_FILE_SIZE = 50
 RAW_CAPTCHA_MIN_FILE_SIZE = 50
 ; File size from which on repo file view is protected by captures
 ; File size from which on repo file view is protected by captures
 CAPTCHA_MIN_FILE_SIZE = 5
 CAPTCHA_MIN_FILE_SIZE = 5
+; If enabled, will select "Initialize this repository" on the repository
+; creation page by default
+AUTO_INIT = false
 
 
 
 
 [repository.editor]
 [repository.editor]