mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Update UpstashRedisMemoryApi.credential.ts
rename token label
This commit is contained in:
@@ -12,11 +12,11 @@ class UpstashRedisMemoryApi implements INodeCredential {
|
||||
this.name = 'upstashRedisMemoryApi'
|
||||
this.version = 1.0
|
||||
this.description =
|
||||
'Refer to <a target="_blank" href="https://upstash.com/docs/redis/overall/getstarted">official guide</a> on how to create redis instance and get password on upstash'
|
||||
'Refer to <a target="_blank" href="https://upstash.com/docs/redis/overall/getstarted">official guide</a> on how to create redis instance and get redis REST Token'
|
||||
this.inputs = [
|
||||
{
|
||||
label: 'Upstash Redis Password',
|
||||
name: 'upstashRedisPassword',
|
||||
label: 'Upstash Redis REST Token',
|
||||
name: 'upstashRestToken',
|
||||
type: 'password'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user