Compare commits
No commits in common. "master" and "sohail/docker" have entirely different histories.
master
...
sohail/doc
@ -6,13 +6,14 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
JetstreamURL string
|
JetstreamURL string
|
||||||
JetstreamClientName string
|
JetstreamClientName string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
func LoadConfig() {
|
func LoadConfig() {
|
||||||
urdtconfig.LoadConfig()
|
urdtconfig.LoadConfig()
|
||||||
|
|
||||||
JetstreamURL = initializers.GetEnv("NATS_JETSTREAM_URL", "localhost:4222")
|
JetstreamURL = initializers.GetEnv("NATS_JETSTREAM_URL", "localhost:4222")
|
||||||
JetstreamClientName = initializers.GetEnv("NATS_JETSTREAM_CLIENT_NAME", "ussd-term")
|
JetstreamClientName = initializers.GetEnv("NATS_JETSTREAM_CLIENT_NAME", "omnom")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user