mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-03-21 18:04:11 -05:00
fix: initialize globals.Config
This commit is contained in:
parent
01ee8a37d7
commit
0ee8d52fe1
|
|
@ -16,4 +16,4 @@ type config struct {
|
|||
EnableBella bool `envconf:"optional"`
|
||||
}
|
||||
|
||||
var Config *config
|
||||
var Config *config = &config{}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user