Remove in-db configuration references from 1.1

It's still too unstable to be used.
This commit is contained in:
rinpatch 2019-10-04 15:51:48 +03:00
commit 1e6aa10168
5 changed files with 3 additions and 29 deletions

View file

@ -41,8 +41,6 @@ defmodule Pleroma.InstanceTest do
"dbpass",
"--indexable",
"y",
"--db-configurable",
"y",
"--rum",
"y",
"--listen-port",
@ -69,7 +67,6 @@ defmodule Pleroma.InstanceTest do
assert generated_config =~ "database: \"dbname\""
assert generated_config =~ "username: \"dbuser\""
assert generated_config =~ "password: \"dbpass\""
assert generated_config =~ "dynamic_configuration: true"
assert generated_config =~ "http: [ip: {127, 0, 0, 1}, port: 4000]"
assert File.read!(tmp_path() <> "setup.psql") == generated_setup_psql()
end