diff options
author | lain <lain@soykaf.club> | 2019-03-31 20:35:10 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-03-31 20:35:10 +0200 |
commit | 10fdc080a0048a4776abb4bd1b5aa22d8c65e2da (patch) | |
tree | b929ba95bd70d7f5621e4871dce12be98949b7bd /config/config.exs | |
parent | 3fc4ea45df240c84135727a239d6bf20fd016a3f (diff) | |
download | pleroma-10fdc080a0048a4776abb4bd1b5aa22d8c65e2da.tar.gz pleroma-10fdc080a0048a4776abb4bd1b5aa22d8c65e2da.zip |
BBS: Tests and formatting.
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 0df38d75a..33724346e 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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" |