nanoid config
This commit is contained in:
parent
2805b2e419
commit
6508fd8a05
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ if config_env() == :prod do
|
||||||
],
|
],
|
||||||
secret_key_base: secret_key_base
|
secret_key_base: secret_key_base
|
||||||
|
|
||||||
|
config :nanoid,
|
||||||
|
size: 21,
|
||||||
|
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||||
|
|
||||||
# ## SSL Support
|
# ## SSL Support
|
||||||
#
|
#
|
||||||
# To get SSL working, you will need to add the `https` key
|
# To get SSL working, you will need to add the `https` key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue