fix?
This commit is contained in:
parent
4a8dd17baf
commit
c66c21ce14
2 changed files with 1 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
||||||
live_view: [signing_salt: "uUcDyRmg"]
|
live_view: [signing_salt: "uUcDyRmg"]
|
||||||
|
|
||||||
config :nanoid,
|
config :nanoid,
|
||||||
alphabet: NanoidConfig.alphabet(),
|
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||||
size: 7
|
size: 7
|
||||||
|
|
||||||
# Configures the mailer
|
# Configures the mailer
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,6 @@ if System.get_env("PHX_SERVER") do
|
||||||
config :zoeyscomputer, ZoeyscomputerWeb.Endpoint, server: true
|
config :zoeyscomputer, ZoeyscomputerWeb.Endpoint, server: true
|
||||||
end
|
end
|
||||||
|
|
||||||
config :nanoid,
|
|
||||||
alphabet: NanoidConfig.alphabet(),
|
|
||||||
size: 7
|
|
||||||
|
|
||||||
if config_env() == :prod do
|
if config_env() == :prod do
|
||||||
database_url =
|
database_url =
|
||||||
System.get_env("DATABASE_URL") ||
|
System.get_env("DATABASE_URL") ||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue