aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-21 11:42:52 +0200
committerChocobozzz <me@florianbigard.com>2023-07-21 11:42:52 +0200
commitc6867725fb8e3dfbc2018a37ed5a963103587cb6 (patch)
tree92e00e551c95553c6090e26a7502593e72bdcfd7 /config
parentb63c607b92fd3ec62e370b73e398062bcf317738 (diff)
downloadPeerTube-c6867725fb8e3dfbc2018a37ed5a963103587cb6.tar.gz
PeerTube-c6867725fb8e3dfbc2018a37ed5a963103587cb6.tar.zst
PeerTube-c6867725fb8e3dfbc2018a37ed5a963103587cb6.zip
Add p2p info to metrics
Diffstat (limited to 'config')
-rw-r--r--config/dev.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/dev.yaml b/config/dev.yaml
index f570ede1e..60179533d 100644
--- a/config/dev.yaml
+++ b/config/dev.yaml
@@ -35,6 +35,10 @@ smtp:
35log: 35log:
36 level: 'debug' 36 level: 'debug'
37 37
38open_telemetry:
39 metrics:
40 enabled: true
41
38contact_form: 42contact_form:
39 enabled: true 43 enabled: true
40 44