🐛 Fix JetStream invalid stream name
This commit is contained in:
@ -69,7 +69,7 @@ func InitializeToNexus() error {
|
||||
}
|
||||
|
||||
jetstreamCfg := &nats.StreamConfig{
|
||||
Name: "Passport OTPs",
|
||||
Name: "OTPs",
|
||||
Subjects: []string{FactorOtpPrefix + ">"},
|
||||
Storage: nats.MemoryStorage,
|
||||
MaxAge: 5 * time.Minute,
|
||||
|
Reference in New Issue
Block a user