config loading
parent
61d93d1cc9
commit
167d1bb067
|
@ -7,6 +7,7 @@ import (
|
|||
|
||||
type Config struct {
|
||||
RedisURL string `json:"redisURL"`
|
||||
MongoDBURL string `json:"mongoDBURL"`
|
||||
ServiceAddress string `json:"serviceAddress"`
|
||||
WebServerPort int `json:"webServerPort"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue