Browse Source

update config backend plugin

erenJag 5 years ago
parent
commit
4f8c709c66
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/plugins/backend/database.yaml

+ 3 - 3
config/plugins/backend/database.yaml

@@ -6,9 +6,9 @@ config:
   type: sqlite
   type: sqlite
 
 
   ## mysql options
   ## mysql options
-  # db_host: 172.17.0.2
-  # db_username: root
-  # db_password: totolol42
+  # db_host: localhost
+  # db_username: crowdsec
+  # db_password: crowdsec
   # db_name: crowdsec
   # db_name: crowdsec
 
 
   ## sqlite options
   ## sqlite options