Explorar el Código

Adding retention policy

master
Miguel Gagliardo hace 4 meses
padre
commit
2cfca29e7c
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      install.sh

+ 5
- 0
install.sh Ver fichero

@@ -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…
Cancelar
Guardar