Add instance config options.

This commit is contained in:
Roger Braun 2017-09-15 10:26:28 +02:00
commit ac2893a945
3 changed files with 30 additions and 2 deletions

View file

@ -45,3 +45,9 @@ config :pleroma, Pleroma.Repo,
database: "pleroma_dev",
hostname: "localhost",
pool_size: 10
try do
import_config "dev.secret.exs"
rescue
_-> nil
end