We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4877474 commit bf4596dCopy full SHA for bf4596d
config/config.devenv.json
@@ -0,0 +1,15 @@
1
+{
2
+ "default_server_config": {
3
+ "m.homeserver": {
4
+ "base_url": "http://synapse.localhost:8008",
5
+ "server_name": "synapse.localhost"
6
+ }
7
+ },
8
+ "livekit": {
9
+ "livekit_service_url": "http://localhost:8080"
10
11
+ "features": {
12
+ "feature_use_device_session_member_events": true
13
14
+ "eula": "https://static.element.io/legal/online-EULA.pdf"
15
+}
0 commit comments