🐛 Fix JetStream invalid stream name
This commit is contained in:
parent
1f75a9e64b
commit
72d0cbb7be
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user