Compare commits
1 commit
bdd7522455
...
a6011106d5
Author | SHA1 | Date | |
---|---|---|---|
a6011106d5 |
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ type OpenConnectConfig struct {
|
|||
}
|
||||
|
||||
type StorageConfigConfig struct {
|
||||
File string `json:"file"`
|
||||
Host string `json:"host"`
|
||||
Port int `json:"port"`
|
||||
Database string `json:"database"`
|
||||
|
|
Loading…
Add table
Reference in a new issue