diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-10 21:54:43 +0200 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-10 21:54:43 +0200 |
commit | 627979e836edd0801f9201a98e239bf697a211be (patch) | |
tree | 0cf2d347d4eb6f02bfcc714307c4e211664c53b9 /config/example-options.ts | |
parent | 131b44f23be250aed2aeacdb51321b141d2ede4f (diff) | |
download | tanzanite-627979e836edd0801f9201a98e239bf697a211be.tar.gz tanzanite-627979e836edd0801f9201a98e239bf697a211be.tar.bz2 tanzanite-627979e836edd0801f9201a98e239bf697a211be.zip |
allow more config options to be null / not set
Diffstat (limited to 'config/example-options.ts')
-rw-r--r-- | config/example-options.ts | 2 |
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', |