Saving current work

This commit is contained in:
Maxime Dor
2017-09-22 01:49:27 +02:00
parent 58d80b8eb3
commit 5836965a1e
10 changed files with 329 additions and 96 deletions

View File

@@ -15,6 +15,12 @@ logging:
server:
port: 8090
matrix:
identity:
servers:
root:
- 'https://matrix.org'
lookup:
recursive:
enabled: true
@@ -90,11 +96,15 @@ session.policy.validation:
forLocal:
enabled: true
toLocal: true # This should not be changed unless you know exactly the implications!
toRemote: true
toRemote:
enabled: true
server: 'root'
forRemote:
enabled: true
toLocal: false
toRemote: true
toRemote:
enabled: true
server: 'root'
storage:
backend: 'sqlite'