1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2025-04-13 11:50:40 +02:00

9 lines
193 B
Go
Raw Normal View History

2021-12-27 21:15:39 +03:00
package app
type Config struct {
Host string `env:"HOST_1C" envDefault:"localhost"`
Port string `env:"PORT_1C" envDefault:"1545"`
User string `env:"USER_1C"`
Pass string `env:"PASS_1C"`
}