mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2024-12-22 10:57:33 +01:00
fix: (patch) meta endpoint config loader
This commit is contained in:
parent
5319359e88
commit
0fe78049f5
@ -42,7 +42,7 @@ type config struct {
|
|||||||
}
|
}
|
||||||
Syncers map[string]string `koanf:"syncers"`
|
Syncers map[string]string `koanf:"syncers"`
|
||||||
Meta struct {
|
Meta struct {
|
||||||
Endpoint string `koanf:"meta"`
|
Endpoint string `koanf:"endpoint"`
|
||||||
}
|
}
|
||||||
Jwt struct {
|
Jwt struct {
|
||||||
Secret string `koanf:"secret"`
|
Secret string `koanf:"secret"`
|
||||||
|
Loading…
Reference in New Issue
Block a user