flake
This commit is contained in:
parent
8a76cca5fb
commit
7eb4977b99
6 changed files with 537 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ type Bybit struct {
|
|||
type Postgresql struct {
|
||||
Address string `yaml:"address" env-required:"true"`
|
||||
User string `yaml:"user" env-required:"true"`
|
||||
Password string `yaml:"password" env-required:"true"`
|
||||
Password string `yaml:"password" env-default:""` // empty for peer auth over Unix socket
|
||||
DBName string `yaml:"db_name" env-required:"true"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue