Make the sample config usable without any edits
This commit is contained in:
parent
0e478f4c20
commit
62988e6b46
1 changed files with 1 additions and 9 deletions
|
@ -1,13 +1,5 @@
|
||||||
{
|
{
|
||||||
"posthog": {
|
|
||||||
"api_key": "examplePosthogKey",
|
|
||||||
"api_host": "https://posthog.com"
|
|
||||||
},
|
|
||||||
"sentry": {
|
|
||||||
"environment": "main-branch",
|
|
||||||
"DSN": "https://examplePublicKey@o0.ingest.sentry.io/0"
|
|
||||||
},
|
|
||||||
"rageshake": {
|
"rageshake": {
|
||||||
"submit_url": "http://localhost:9110/api/submit"
|
"submit_url": "https://element.io/bugreports/submit"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue