Ver Fonte

improve config backend plugin description

erenJag há 5 anos atrás
pai
commit
cd0db71845
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      config/plugins/backend/database.yaml

+ 2 - 1
config/plugins/backend/database.yaml

@@ -2,8 +2,9 @@ name: database
 path: /usr/local/lib/crowdsec/plugins/backend/database.so
 config:
   ## DB type supported (mysql, sqlite)
+  ## By default it using sqlite
   type: sqlite
-  
+
   ## mysql options
   # db_host: 172.17.0.2
   # db_username: root