Reemplace shortid with nanoid in background with alphabet and length configurable #810
This commit is contained in:
parent
aed115a64b
commit
8b900c94ba
3 changed files with 32 additions and 0 deletions
|
@ -55,6 +55,10 @@ enabledLanguages:
|
|||
# Inject custom scripts in subscription/layout.mjml.hbs
|
||||
# customSubscriptionScripts: [/custom/hello-world.js]
|
||||
|
||||
# Customize the random string generation for cid
|
||||
cid:
|
||||
alphabet: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
||||
length: 10
|
||||
|
||||
# Enable to use Redis session cache or disable if Redis is not installed
|
||||
redis:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue