mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
feat: slack integration (#34)
Co-authored-by: Evan Gentis <evan.gentis@gmail.com>
This commit is contained in:
+10
-1
@@ -20,10 +20,19 @@ const page = {
|
||||
|
||||
const stores = process.env.STORES ?? 'nvidia';
|
||||
|
||||
const notificationMethods = process.env.NOTIFICATION_METHODS ?? 'email';
|
||||
|
||||
const slack = {
|
||||
channel: process.env.SLACK_CHANNEL,
|
||||
token: process.env.SLACK_TOKEN
|
||||
};
|
||||
|
||||
export const Config = {
|
||||
email,
|
||||
notifications,
|
||||
page,
|
||||
rateLimitTimeout: 5000,
|
||||
stores
|
||||
stores,
|
||||
slack,
|
||||
notificationMethods
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user