X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=f43cbaf4b25a310718e7414eb4a1476e40e41c96;hb=d14a9532a1363b464d6d15fce86afc4983a8357e;hp=2826e76f8220dfb7b88dae9e64cbac72f7512740;hpb=8be1afa12b700b93ed92365cab05c0ef81d643aa;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 2826e76f8..f43cbaf4b 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -25,6 +25,7 @@ redis: hostname: 'localhost' port: 6379 auth: null + db: 0 smtp: hostname: null @@ -59,6 +60,10 @@ admin: signup: enabled: false limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited + filters: + cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist + whitelist: [] + blacklist: [] user: # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). @@ -90,6 +95,10 @@ instance: customizations: javascript: '' # Directly your JavaScript code (without