mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-04-03 21:33:34 +03:00
Add secret field for transport
This commit is contained in:
commit
6af8588b17
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ type Info struct {
|
|||
Name string `yaml:"name"`
|
||||
Code string `yaml:"code"`
|
||||
LogoPath string `yaml:"logo_path"`
|
||||
Secret string `yaml:"secret"`
|
||||
}
|
||||
|
||||
// ConfigAWS struct.
|
||||
|
|
Loading…
Add table
Reference in a new issue