X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=906fb7e1f1f10bf6aab5febb4b933cdcfe68b938;hb=9f8fa351a1c0f3ec543961ee8285f9c04bbc575d;hp=da067b3b55828ba96369883a0ab1e6d731fc89d8;hpb=31a9ed960ff1013940d677cb56f83ecd90a93e26;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index da067b3b5..906fb7e1f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -35,6 +35,11 @@ rates_limit: window: 10 minutes max: 10 +oauth2: + token_lifetime: + access_token: '1 day' + refresh_token: '2 weeks' + # Proxies to trust to get real client IP # If you run PeerTube just behind a local proxy (nginx), keep 'loopback' # If you run PeerTube behind a remote proxy, add the proxy IP address (or subnet) @@ -152,9 +157,11 @@ object_storage: upload_acl: # Set this ACL on each uploaded object of public/unlisted videos + # Use null if your S3 provider does not support object ACL public: 'public-read' # Set this ACL on each uploaded object of private/internal videos # PeerTube can proxify requests to private objects so your users can access them + # Use null if your S3 provider does not support object ACL private: 'private' proxy: @@ -385,9 +392,15 @@ contact_form: signup: enabled: false + limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited + minimum_age: 16 # Used to configure the signup form + + # Users fill a form to register so moderators can accept/reject the registration + requires_approval: true requires_email_verification: false + filters: cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist whitelist: []