fix?
This commit is contained in:
parent
87fff4b0b9
commit
741a7bf9a0
2 changed files with 0 additions and 8 deletions
|
|
@ -22,10 +22,6 @@ config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
||||||
pubsub_server: Zoeyscomputer.PubSub,
|
pubsub_server: Zoeyscomputer.PubSub,
|
||||||
live_view: [signing_salt: "uUcDyRmg"]
|
live_view: [signing_salt: "uUcDyRmg"]
|
||||||
|
|
||||||
config :nanoid,
|
|
||||||
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
|
||||||
size: 7
|
|
||||||
|
|
||||||
# Configures the mailer
|
# Configures the mailer
|
||||||
#
|
#
|
||||||
# By default it uses the "Local" adapter which stores the emails
|
# By default it uses the "Local" adapter which stores the emails
|
||||||
|
|
|
||||||
|
|
@ -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: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
|
||||||
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