ソースを参照

Adding retention policy

master
Miguel Gagliardo 4ヶ月前
コミット
2cfca29e7c
1個のファイルの変更5行の追加0行の削除
  1. 5
    0
      install.sh

+ 5
- 0
install.sh ファイルの表示

@@ -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

読み込み中…
キャンセル
保存