fix some bugs n stuff

This commit is contained in:
zack 2024-10-24 20:22:37 -04:00
parent b925726977
commit d7559647e2
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
7 changed files with 90 additions and 21 deletions

View file

@ -17,9 +17,5 @@ config :swoosh, local: false
# Do not print debug messages in production
config :logger, level: :info
config :nanoid,
size: 7,
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
# Runtime production configuration, including reading
# of environment variables, is done on config/runtime.exs.