aboutsummaryrefslogtreecommitdiff
path: root/config/example-options.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config/example-options.ts')
-rw-r--r--config/example-options.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-options.ts b/config/example-options.ts
index 1289c8d..43b805e 100644
--- a/config/example-options.ts
+++ b/config/example-options.ts
@@ -9,7 +9,7 @@ export default new Config({
wolframAlphaAppId: '[APP_ID]',
imgurClientId: '[CLIENT_ID]',
imgurClientSecret: '[CLIENT_SECRET]',
- sentryDsn: 'SENTRY_DSN',
+ sentryDsn: '[SENTRY_DSN]',
perspectiveApiKey: '[PERSPECTIVE_API_KEY]'
},
environment: 'development',