all repos — paprika @ 0100b131fafa359c75c5f588c8126a3dc6246338

go rewrite of taigabot

fix config parsing.
Anthony DeDominic adedomin@gmail.com
Sat, 11 Dec 2021 07:14:21 -0500
commit

0100b131fafa359c75c5f588c8126a3dc6246338

parent

05d2847a1757eb1a8490a38401da45e2f452507b

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config/config.goconfig/config.go

@@ -15,8 +15,8 @@ Host string

Sasl string Tls bool Channels []string - DbPath string - ApiKeys map[string]string + DbPath string `yaml:"db-path"` + ApiKeys map[string]string `yaml:"api-keys"` } var C Config