X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=1d7d35c9c899ed97bd4cf4fd6bd56d4f8d43093d;hb=0db1a226507a39b0a663e3e63f04851836a44d5a;hp=d362e0b8aaa7e0b0c0075e3165b5d9e46531d01a;hpb=490b595a01c5824ff63ffb87f0efdfca95f4bf3b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index d362e0b8a..1d7d35c9c 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -1,4 +1,5 @@ listen: + hostname: 'localhost' port: 9000 # Correspond to your reverse proxy "listen" configuration @@ -54,7 +55,7 @@ log: ############################################################################### # -# From this point, all the following keys can be overriden by the web interface +# From this point, all the following keys can be overridden by the web interface # (local-production.json file). If you need to change some values, prefer to # use the web interface because the configuration will be automatically # reloaded without any need to restart PeerTube. @@ -99,6 +100,9 @@ instance: description: '' # Support markdown terms: '' # Support markdown default_client_route: '/videos/trending' + # By default, "do_not_list" or "blur" or "display" NSFW videos + # Could be overridden per user with a setting + default_nsfw_policy: 'do_not_list' customizations: javascript: '' # Directly your JavaScript code (without