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
 turn_shared_secret: "${TURN_STATIC_SECRET}"
121
 turn_shared_secret: "${TURN_STATIC_SECRET}"
122
 turn_uris: [ "turn:${DOMAIN}?transport=udp" ]
122
 turn_uris: [ "turn:${DOMAIN}?transport=udp" ]
123
 suppress_key_server_warning: true
123
 suppress_key_server_warning: true
124
+retention:
125
+  enabled: true
126
+  default_policy:
127
+    min_lifetime: 1s
128
+    max_lifetime: 1s
124
 EOF
129
 EOF
125
 
130
 
126
 # Replace Password in homeserver.yaml
131
 # Replace Password in homeserver.yaml

Loading…
Cancel
Save