summaryrefslogtreecommitdiff
path: root/testrig/config.go
diff options
context:
space:
mode:
authorLibravatar Dominik Süß <dominik@suess.wtf>2023-05-09 19:19:48 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-09 18:19:48 +0100
commit6392e00653d3b81062ef60d8ae2fa2621873533f (patch)
tree761d0ff445c2c6a85020cecdc58f92ae1cf78513 /testrig/config.go
parent[bugfix] Don't try to get user when serializing local instance account (#1757) (diff)
downloadgotosocial-6392e00653d3b81062ef60d8ae2fa2621873533f.tar.xz
feat: initial tracing support (#1623)
Diffstat (limited to 'testrig/config.go')
-rw-r--r--testrig/config.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/testrig/config.go b/testrig/config.go
index 867341607..dea8ee641 100644
--- a/testrig/config.go
+++ b/testrig/config.go
@@ -113,6 +113,11 @@ var testDefaults = config.Configuration{
SMTPFrom: "GoToSocial",
SMTPDiscloseRecipients: false,
+ TracingEnabled: false,
+ TracingEndpoint: "localhost:4317",
+ TracingTransport: "grpc",
+ TracingInsecureTransport: true,
+
SyslogEnabled: false,
SyslogProtocol: "udp",
SyslogAddress: "localhost:514",