X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=efca85aff40a788ddded4c6e2e6506741ccd34bb;hb=8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4;hp=9efe641f1df007864034d7d4607998367a7c1e36;hpb=a22bfc3ebc9f80088035774c6cfca4bd5707acd3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index 9efe641f1..efca85aff 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -8,6 +8,17 @@ 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