(incomplete) change password feature
This commit is contained in:
parent
5531ef6bab
commit
0052c470f9
8 changed files with 76 additions and 25 deletions
|
@ -19,6 +19,7 @@ type (
|
|||
|
||||
Config struct {
|
||||
BaseUrl string `toml:"base_url" comment:"Used for OAuth redirects."`
|
||||
Host string `toml:"host"`
|
||||
Port int64 `toml:"port"`
|
||||
DataDirectory string `toml:"data_dir"`
|
||||
DB DBConfig `toml:"db"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue