14 lines
285 B
JSON
14 lines
285 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|