Remove a useless binding from config template call

This commit is contained in:
rinpatch 2019-06-20 02:34:19 +03:00
parent f8c64dd4c0
commit fe3a830b80
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ defmodule Mix.Tasks.Pleroma.Instance do
dbname: dbname,
dbuser: dbuser,
dbpass: dbpass,
version: Pleroma.Mixfile.project() |> Keyword.get(:version),
secret: secret,
signing_salt: signing_salt,
web_push_public_key: Base.url_encode64(web_push_public_key, padding: false),