-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.dest.json
70 lines (70 loc) · 2.01 KB
/
config.dest.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"grouptimeout": 1000,
"tick": 2500,
"shards": 1,
"database": "",
"shard": {
"token": "DISCORD_VALID_BOT_TOKEN_GOES_HERE",
"prefix": "/",
"baseurl": "https://amusementclub.nyc3.digitaloceanspaces.com",
"shorturl": "https://amuse.noxc.dev",
"daily": 72000000,
"debug": false,
"invite": "",
"maintenance": true,
"auctionLock": false,
"uniqueFrequency": 12,
"guildLogChannel": "DISCORD_VALID_CHANNEL_ID_GOES_HERE",
"adminGuildID": "DISCORD_VALID_GUILD_ID_GOES_HERE",
"auditc": {
"channel": ["DISCORD_VALID_CHANNEL_ID_GOES_HERE", "CAN TAKE MULTIPLE"],
"taglogchannel": "DISCORD_VALID_CHANNEL_ID_GOES_HERE"
},
"autoAuction": {
"auctionCount": 100,
"auctionMultiplier": 0.9,
"auctionLength": 12,
"auctionUserID": "DISCORD_VALID_USER_ID_GOES_HERE WILL EMPTY CARDS"
},
"evalc": {
"cardPrices": [ 30, 80, 150, 400, 1000, 2500 ],
"evalUserRate": 0.25,
"evalVialRate": 0.055,
"aucEval": {
"minSamples": 4,
"maxSamples": 16,
"minBounds": 0.5,
"maxBounds": 5.0,
"aucFailMultiplier": 0.90,
"evalUpdateChannel": "DISCORD_VALID_CHANNEL_ID_GOES_HERE"
}
},
"dbl": {
"token": "",
"port": 2727,
"pass": "",
"topggUrl": "",
"dblUrl": ""
},
"analytics": {
"mixpanel": ""
},
"metac": {
"sauceNaoToken": ""
}
},
"ayanobot": {
"token": "",
"prefix": "ayy",
"reportchannel": "",
"admins": [],
"mods": []
},
"aws": {
"endpoint": "nyc3.digitaloceanspaces.com",
"bucket": "amusementclub",
"s3accessKeyId": "",
"s3secretAccessKey": "",
"cardroot": "cards/"
}
}