BBS: Tests and formatting.

This commit is contained in:
lain 2019-03-31 20:35:10 +02:00
commit 10fdc080a0
3 changed files with 55 additions and 18 deletions

View file

@ -378,6 +378,9 @@ config :pleroma, :ldap,
base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
uid: System.get_env("LDAP_UID") || "cn"
config :esshd,
enabled: false
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"