use nil instead of empty string
This commit is contained in:
parent
dffde6631d
commit
066fe1a697
2 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ version = with {version, 0} <- System.cmd("git", ["rev-parse", "HEAD"]) do
|
|||
|
||||
# Configures http settings, upstream proxy etc.
|
||||
config :pleroma, :http,
|
||||
proxy_url: ""
|
||||
proxy_url: nil
|
||||
|
||||
config :pleroma, :instance,
|
||||
version: version,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue