fixed linter errors
This commit is contained in:
parent
d38a61307d
commit
1ae02b3bc6
15 changed files with 242 additions and 117 deletions
11
config.default.toml
Normal file
11
config.default.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Database]
|
||||
File = "foo.db"
|
||||
|
||||
[Authentication]
|
||||
DefaultLogin = "admin"
|
||||
DefaultPassword = "secret"
|
||||
SessionExpiration = "24h"
|
||||
|
||||
[Server]
|
||||
Addr = ":8080"
|
||||
ReadHeaderTimeout = "3s"
|
||||
Loading…
Add table
Add a link
Reference in a new issue