diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-16 17:40:02 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-16 17:40:02 -0500 |
commit | 43428f8a747f1b3e6b2a3418173910ce3ff1866c (patch) | |
tree | d1e7892fbd9d5f5881e9f34d3053a9fceb796c1d /src/config/example-options.ts | |
parent | b04c2b02c012baba9bbf2b8f3fb1a08c7796d38e (diff) | |
download | tanzanite-43428f8a747f1b3e6b2a3418173910ce3ff1866c.tar.gz tanzanite-43428f8a747f1b3e6b2a3418173910ce3ff1866c.tar.bz2 tanzanite-43428f8a747f1b3e6b2a3418173910ce3ff1866c.zip |
feat: start testing perspectiveApi, and fix checkScamMentions
Diffstat (limited to 'src/config/example-options.ts')
-rw-r--r-- | src/config/example-options.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 338428e..1b384c4 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -9,7 +9,8 @@ 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', owners: [ |