dev.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. listen:
  2. hostname: '::'
  3. port: 9000
  4. webserver:
  5. https: false
  6. secrets:
  7. peertube: 'my super dev secret'
  8. database:
  9. hostname: 'localhost'
  10. port: 5432
  11. redis:
  12. hostname: 'localhost'
  13. smtp:
  14. hostname: null
  15. port: 1025
  16. tls: false
  17. disable_starttls: true
  18. from_address: 'test-admin@localhost'
  19. username: null
  20. password: null
  21. log:
  22. level: 'debug'
  23. contact_form:
  24. enabled: true
  25. peertube:
  26. check_latest_version:
  27. enabled: false
  28. redundancy:
  29. videos:
  30. check_interval: '5 minutes'
  31. strategies:
  32. -
  33. size: '1000MB'
  34. min_lifetime: '10 minutes'
  35. strategy: 'most-views'
  36. -
  37. size: '1000MB'
  38. min_lifetime: '10 minutes'
  39. strategy: 'trending'
  40. -
  41. size: '1000MB'
  42. min_lifetime: '10 minutes'
  43. strategy: 'recently-added'
  44. min_views: 1
  45. cache:
  46. previews:
  47. size: 10
  48. captions:
  49. size: 10
  50. torrents:
  51. size: 10
  52. signup:
  53. enabled: true
  54. requires_email_verification: false
  55. live:
  56. enabled: true
  57. allow_replay: true
  58. transcoding:
  59. enabled: true
  60. threads: 2
  61. resolutions:
  62. 360p: true
  63. 720p: true
  64. import:
  65. videos:
  66. concurrency: 2
  67. http:
  68. enabled: true
  69. torrent:
  70. enabled: true
  71. video_channel_synchronization:
  72. enabled: true
  73. max_per_user: 10
  74. check_interval: 5 minutes
  75. videos_limit_per_synchronization: 3
  76. instance:
  77. default_nsfw_policy: 'display'
  78. plugins:
  79. index:
  80. check_latest_versions_interval: '10 minutes'
  81. federation:
  82. videos:
  83. cleanup_remote_interactions: false
  84. views:
  85. videos:
  86. remote:
  87. max_age: -1
  88. geo_ip:
  89. enabled: true
  90. video_studio:
  91. enabled: true