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

@ -22,10 +22,6 @@ config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
pubsub_server: Zoeyscomputer.PubSub,
live_view: [signing_salt: "uUcDyRmg"]
config :nanoid,
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
size: 7
# Configures the mailer
#
# By default it uses the "Local" adapter which stores the emails

View file

@ -52,10 +52,6 @@ config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
# configured to run both http and https servers on
# different ports
config :nanoid,
size: 7,
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
# Watch static and templates for browser reloading.
config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
live_reload: [

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.

View file

@ -65,10 +65,6 @@ if config_env() == :prod do
],
secret_key_base: secret_key_base
config :nanoid,
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
size: 7
# ## SSL Support
#
# To get SSL working, you will need to add the `https` key