mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +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.name = 'upstashRedisMemoryApi'
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.description =
|
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 = [
|
this.inputs = [
|
||||||
{
|
{
|
||||||
label: 'Upstash Redis Password',
|
label: 'Upstash Redis REST Token',
|
||||||
name: 'upstashRedisPassword',
|
name: 'upstashRestToken',
|
||||||
type: 'password'
|
type: 'password'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user