mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
Mark option as deprecated
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9891df2a16
commit
f0db1ff1f8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
type config struct {
|
||||
// General Config
|
||||
PasswordSalt string `env:"passwordSalt" flag:"password-salt" description:"A random unique salt for encrypting the passwords"`
|
||||
PasswordSalt string `env:"passwordSalt" flag:"password-salt" description:"[deprecated] A random unique salt for encrypting the passwords"`
|
||||
UsernameSalt string `env:"usernameSalt" flag:"username-salt" description:"A random unique salt for encrypting the usernames"`
|
||||
Storage string `env:"storage" flag:"storage" default:"local:///./data" description:"Configuration for storage adapter (see README.md)"`
|
||||
Listen string `flag:"listen" env:"listen" default:":3000" description:"IP and port to listen on"`
|
||||
|
|
Loading…
Reference in a new issue