From 741a7bf9a083fd97e3526efab9ce408fe2d2077d Mon Sep 17 00:00:00 2001 From: zack Date: Tue, 22 Oct 2024 17:09:11 -0400 Subject: [PATCH] fix? --- config/config.exs | 4 ---- config/runtime.exs | 4 ---- 2 files changed, 8 deletions(-) diff --git a/config/config.exs b/config/config.exs index 8723a50..b933638 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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 diff --git a/config/runtime.exs b/config/runtime.exs index c3020a1..e6d2c8a 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -20,10 +20,6 @@ if System.get_env("PHX_SERVER") do config :zoeyscomputer, ZoeyscomputerWeb.Endpoint, server: true end -config :nanoid, - alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", - size: 7 - if config_env() == :prod do database_url = System.get_env("DATABASE_URL") ||