Replace uuids with "nanoid"s
This commit is contained in:
@ -127,3 +127,7 @@ config :phoenix, :json_library, Jason
|
||||
import_config "#{config_env()}.exs"
|
||||
|
||||
config :floki, :html_parser, Floki.HTMLParser.FastHtml
|
||||
|
||||
config :nanoid,
|
||||
size: 12,
|
||||
alphabet: "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
|
||||
Reference in New Issue
Block a user