forked from genofire/unified-push-xmpp
distributor: fix config toml storage_path
This commit is contained in:
parent
929ed83c28
commit
bca172eff1
|
@ -15,7 +15,7 @@ import (
|
||||||
var dbus *distributor.DBus
|
var dbus *distributor.DBus
|
||||||
|
|
||||||
type configData struct {
|
type configData struct {
|
||||||
StoragePath string `toml"storage_path"`
|
StoragePath string `toml:"storage_path"`
|
||||||
XMPP XMPPService `toml:"xmpp"`
|
XMPP XMPPService `toml:"xmpp"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue