Skip to content

Commit

Permalink
update default marketplaceUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed Jul 11, 2024
1 parent adffea7 commit 208730d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config: ProcessorConfig = {
redisDb: process.env.REDIS_DB ? parseInt(process.env.REDIS_DB, 10) : 0,
redisSupportsTls: Boolean(process.env.REDIS_SUPPORTS_TLS || false),
redisPort: process.env.REDIS_PORT ? parseInt(process.env.REDIS_PORT, 10) : 6379,
marketplaceUrl: process.env.MARKETPLACE_URL || 'https://beta.nft.io',
marketplaceUrl: process.env.MARKETPLACE_URL || 'https://nft.io',
sentryDsn: process.env.SENTRY_DSN,
amazonSns: {
topicArn: process.env.SNS_TOPIC_ARN || '',
Expand Down

0 comments on commit 208730d

Please sign in to comment.