upd
This commit is contained in:
parent
6508fd8a05
commit
87fff4b0b9
2 changed files with 8 additions and 4 deletions
|
|
@ -20,6 +20,10 @@ 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") ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue