Explorar o código

updated config reference

marius.rescheleit %!s(int64=5) %!d(string=hai) anos
pai
achega
61cc6765f9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Daemon-Config-Reference.md

+ 2 - 0
Daemon-Config-Reference.md

@@ -6,9 +6,11 @@ This file must be in the same directory as the binary.
 ### Configuration Values
 `port` : The port where the server listens. Must be a valid port.
 `interface` : The sniffer interface you want to use.
+`userdatabase` : The file where userdata is stored in format: user;password
 
 ### Example for config.txt
 ```
 port=1234
 interface=lo
+userdatabase=userStorage.text
 ```