Skip to content

Commit

Permalink
Rabbit connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha12 committed Aug 2, 2024
1 parent c5d8e97 commit c8890d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions src/GrillBot.App/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"ConnectionStrings": {
"Default": "",
"Cache": "",
"StorageAccount": ""
"StorageAccount": "",
"RabbitMQ": "amqp://"
},
"Discord": {
"Token": "",
Expand Down Expand Up @@ -152,10 +153,5 @@
"https://private.grillbot.eu"
]
},
"CacheCleanerInterval": "00:05:00",
"RabbitMQ": {
"Hostname": "",
"Username": "",
"Password": ""
}
"CacheCleanerInterval": "00:05:00"
}
2 changes: 1 addition & 1 deletion src/GrillBot.Common/GrillBot.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="CircularBuffer" Version="1.4.0" />
<PackageReference Include="Discord.Net" Version="3.15.0" />
<PackageReference Include="GrillBot.Core" Version="1.10.4" />
<PackageReference Include="GrillBot.Core.RabbitMQ" Version="1.5.1" />
<PackageReference Include="GrillBot.Core.RabbitMQ" Version="1.6.0" />
<PackageReference Include="GrillBot.Core.Services" Version="1.19.2" />
<PackageReference Include="Humanizer.Core.cs" Version="2.14.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
Expand Down

0 comments on commit c8890d0

Please sign in to comment.