X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=efca85aff40a788ddded4c6e2e6506741ccd34bb;hb=8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4;hp=379f15430d2710a33d6dfa757f424666c961c0e5;hpb=2890b615f31ab7d519d8be66b49ff8712df90c51;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index 379f15430..efca85aff 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -8,9 +8,20 @@ database: hostname: 'localhost' port: 5432 +smtp: + hostname: null + port: 1025 + tls: false + from_address: 'test-admin@localhost' + username: null + password: null + +log: + level: 'debug' + signup: enabled: true transcoding: - enabled: false - threads: 4 + enabled: true + threads: 2