Browse Source

Adding retention policy

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

+ 2
- 0
install.sh View File

126
   default_policy:
126
   default_policy:
127
     min_lifetime: 1s
127
     min_lifetime: 1s
128
     max_lifetime: 1s
128
     max_lifetime: 1s
129
+  allowed_lifetime_min: 1s
130
+  allowed_lifetime_max: 1s
129
 EOF
131
 EOF
130
 
132
 
131
 # Replace Password in homeserver.yaml
133
 # Replace Password in homeserver.yaml

Loading…
Cancel
Save