vvod/settings.go

8 lines
155 B
Go
Raw Normal View History

2020-08-01 11:39:30 +00:00
package main
// Setting struct for config
type Setting struct {
Token string `toml:"TOKEN"`
MicroServiceURL string `toml:"MICROSERVICEURL"`
}