Read webhook token from viper config.

This commit is contained in:
Patrick Connolly
2018-10-30 00:42:29 +08:00
parent 3d6f6ebe61
commit d47553c28c
4 changed files with 19 additions and 10 deletions
+1
View File
@@ -171,6 +171,7 @@ type ConfigValues struct {
General Protocol
Gateway []Gateway
SameChannelGateway []SameChannelGateway
ConfigWebhookToken string
}
type Config struct {