Files
element-call/sample.config.json
T

14 lines
285 B
JSON
Raw Normal View History

2022-11-03 19:43:41 +01:00
{
"posthog": {
"api_key": "examplePosthogKey",
"api_host": "https://posthog.com"
},
"sentry": {
"environment": "main-branch",
"DSN": "https://examplePublicKey@o0.ingest.sentry.io/0"
},
"rageshake": {
"submit_url": "http://localhost:9110/api/submit"
}
}