Skip to content

Commit ee56698

Browse files
add discord botUrl in default config (#1135)
1 parent 03decea commit ee56698

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/default.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ module.exports = {
4646
authRedirection: "/goto",
4747
},
4848
},
49+
discordBot: {
50+
baseUrl: "<DISCORD_BOT_BASE_URL>",
51+
},
4952
},
5053

5154
cors: {

0 commit comments

Comments
 (0)