This commit is contained in:
zack 2024-10-22 17:09:11 -04:00
parent 87fff4b0b9
commit 741a7bf9a0
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
2 changed files with 0 additions and 8 deletions

View file

@ -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") ||