1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2025-03-25 21:29:00 +02:00
chipazawra 5b78f889a0 dev
2021-12-27 21:15:39 +03:00

9 lines
193 B
Go

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"`
}