config loading

master
Matthew 2024-10-23 19:43:52 -04:00
parent 61d93d1cc9
commit 167d1bb067
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
type Config struct { type Config struct {
RedisURL string `json:"redisURL"` RedisURL string `json:"redisURL"`
MongoDBURL string `json:"mongoDBURL"`
ServiceAddress string `json:"serviceAddress"` ServiceAddress string `json:"serviceAddress"`
WebServerPort int `json:"webServerPort"` WebServerPort int `json:"webServerPort"`
} }