Lots of new awesome documentation

This commit is contained in:
Maxime Dor
2017-10-02 03:42:23 +02:00
parent 9079bb25cc
commit 4a99ec5531
21 changed files with 849 additions and 538 deletions

View File

@@ -32,7 +32,7 @@ import java.util.Optional;
public class LdapIdentityConfig {
private String filter;
private String token = "%3pid";
private String token;
private Map<String, String> medium = new HashMap<>();
public String getFilter() {

View File

@@ -5,10 +5,10 @@ spring:
logging:
level:
org:
springframework: "WARN"
springframework: 'WARN'
apache:
catalina: "WARN"
directory: "WARN"
catalina: 'WARN'
directory: 'WARN'
pattern:
console: '%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:%5p} [%15.15t] %35.35logger{34} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}'
@@ -16,6 +16,7 @@ server:
port: 8090
matrix:
domain: ''
identity:
servers:
root:
@@ -47,8 +48,12 @@ ldap:
enabled: false
filter: ''
connection:
host: ''
tls: false
port: 389
bindDn: ''
bindPassword: ''
baseDn: ''
attribute:
uid:
type: 'uid'
@@ -74,6 +79,7 @@ ldap:
filter: ''
identity:
filter: ''
token: '%3pid'
medium:
email: ''
msisdn: ''
@@ -81,6 +87,7 @@ ldap:
firebase:
enabled: false
sql:
enabled: false
type: 'sqlite'
@@ -106,8 +113,8 @@ synapseSql:
forward:
servers:
- "https://matrix.org"
- "https://vector.im"
- 'https://matrix.org'
- 'https://vector.im'
threepid:
medium: