-
Notifications
You must be signed in to change notification settings - Fork 1
/
appsettings.json
32 lines (28 loc) · 995 Bytes
/
appsettings.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
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "server=localhost;user=root;database=socialcoder;password=testing1122"
},
"CodeJamBot": {
"Using": [
"DisCatSharp.Interactivity"
],
"PrimaryGuild": 989689420695367690,
"Settings": {
"CodeJamRoleName": "code-jam",
"CodeJamCategoryName": "Code-Jam (CJ)",
"BasicCodeJamChannelNames": ["cj-general", "cj-issues"],
"CjGeneralPermissionsText": "SendMessages | ReadMessageHistory | Stream | AddReactions | UseVoice | UseApplicationCommands | UseVoiceDetection | MentionEveryone | Speak | AttachFiles | EmbedLinks | AccessChannels | CreateInstantInvite",
"TeamPermissionsText": "SendMessages | ReadMessageHistory | AddReactions | AttachFiles | EmbedLinks | AccessChannels | ManageMessages"
},
"Discord": {
"Token": ""
}
}
}