Browse Source

Adding retention policy

master
Miguel Gagliardo 4 months ago
parent
commit
2cfca29e7c
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      install.sh

+ 5
- 0
install.sh View File

@@ -121,6 +121,11 @@ turn_user_lifetime: 86400000
121 121
 turn_shared_secret: "${TURN_STATIC_SECRET}"
122 122
 turn_uris: [ "turn:${DOMAIN}?transport=udp" ]
123 123
 suppress_key_server_warning: true
124
+retention:
125
+  enabled: true
126
+  default_policy:
127
+    min_lifetime: 1s
128
+    max_lifetime: 1s
124 129
 EOF
125 130
 
126 131
 # Replace Password in homeserver.yaml

Loading…
Cancel
Save