diff --git a/config/main.go b/config/main.go index 8711cc0..b361578 100644 --- a/config/main.go +++ b/config/main.go @@ -7,6 +7,7 @@ import ( type Config struct { RedisURL string `json:"redisURL"` + MongoDBURL string `json:"mongoDBURL"` ServiceAddress string `json:"serviceAddress"` WebServerPort int `json:"webServerPort"` }