-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.example.js
38 lines (38 loc) · 903 Bytes
/
config.example.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module.exports = {
token: "",
botisim: "",
mongoURI: "",
ownerIDs: [""], // String formatında yazın
kanallar: {
hataLogWebhookURI: "1243231865159024640",
eklendimatildim: "",
komutlog: ""
},
port: 443,
CLIENT_ID: "",
CLIENT_SECRET: "",
CALLBACK_URL: "",
JWT_SECRET: "",
email: {
host: "",
port: 587, // smtp portunu değiştirebilirsiniz
username: "",
password: "",
},
supportServerURI: "",
huggingFaceAccessToken: "", // readable token gerekir. https://huggingface.co/settings/tokens
defaultTranslationLanguage: "en-US",
shardWebhookURL: "",
publicVapidKey: "", // https://tools.reactpwa.com/vapid
privateVapidKey: "", // https://tools.reactpwa.com/vapid
sponsor: {
link: "",
name: "",
description: ``,
image: "",
banner: "",
discordUrl: "",
buttonWebSiteName: "",
buttonDiscordServerName: ""
}
};