]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/custom-config.model.ts
Add redundancy stats
[github/Chocobozzz/PeerTube.git] / shared / models / server / custom-config.model.ts
index 2f5cebf7f60a2607d7b00cf77bdf259b4961a309..3afd36fcdba282dc35e6af1fde29b563e22b0504 100644 (file)
@@ -34,6 +34,7 @@ export interface CustomConfig {
   signup: {
     enabled: boolean
     limit: number
+    requiresEmailVerification: boolean
   }
 
   admin: {