There was an error while loading. Please reload this page.
Beacon uses gcfg (INI-style config files for go structs).
[beacon] port = 8808 tokensize = 25 tokendictionary = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" [redis] host = "localhost:6379" password = "" [ssl] usetls = true servercert = deps/test.crt serverkey = deps/test.key
The config uses some pretty sane defaults but the following fields are configurable:
[beacon]
port:
tokensize:
tokendictionary:
[redis]
host:
password:
[ssl]
usessl:
servercert:
serverkey: