Compare commits
No commits in common. "master" and "sohail/docker" have entirely different histories.
master
...
sohail/doc
@ -10,9 +10,10 @@ var (
|
|||||||
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