Add instance config options.
This commit is contained in:
parent
3aaf6608c6
commit
ac2893a945
3 changed files with 30 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue