From 4042cc61532bde7b4980ff0ee0d2d3dd7df0c7c6 Mon Sep 17 00:00:00 2001 From: zack Date: Tue, 22 Oct 2024 17:17:16 -0400 Subject: [PATCH] upd --- config/runtime.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index e6d2c8a..99a756a 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -66,8 +66,8 @@ if config_env() == :prod do secret_key_base: secret_key_base config :nanoid, - size: 21, - alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" + alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", + size: 7 # ## SSL Support #