From 167d1bb06761ea87f9b3f9f6eb3d5f51ef134127 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 23 Oct 2024 19:43:52 -0400 Subject: [PATCH] config loading --- config/main.go | 1 + 1 file changed, 1 insertion(+) 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"` }