X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=94d74ffa51bd7e775bc1972afde680743be5dbe7;hb=2dbcc3741b8b8ec20651e53965063eac1feb4ece;hp=9b24d44c02164ba5f5b88a60cc5bd5bd0d031d9b;hpb=f75692700e212f8d46afd9f41147f2baf0815fec;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index 9b24d44c0..94d74ffa5 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -3,8 +3,12 @@ listen: port: 9000 webserver: + hostname: '127.0.0.1' https: false +secrets: + peertube: 'my super secret' + rates_limit: signup: window: 10 minutes @@ -17,18 +21,18 @@ rates_limit: max: 500 database: - hostname: 'localhost' + hostname: '127.0.0.1' port: 5432 redis: - hostname: 'localhost' + hostname: '127.0.0.1' smtp: hostname: null port: 1025 tls: false disable_starttls: true - from_address: 'test-admin@localhost' + from_address: 'test-admin@127.0.0.1' username: null password: null @@ -70,6 +74,7 @@ cache: signup: enabled: true + requires_approval: false requires_email_verification: false transcoding: @@ -148,3 +153,8 @@ geo_ip: video_studio: enabled: true + +open_telemetry: + metrics: + prometheus_exporter: + port: 9092