Skip to content

Commit

Permalink
Remove reference options
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Jun 27, 2024
1 parent bed2ac4 commit 0b6c3fc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 65 deletions.
25 changes: 0 additions & 25 deletions src/Giveaways/Common/Options/ReferenceOptions.cs

This file was deleted.

35 changes: 0 additions & 35 deletions src/Giveaways/Modules/GeneralModule.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Giveaways/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
var builder = Host.CreateApplicationBuilder(args);

builder.Services.AddNamedOptions<StartupOptions>();
builder.Services.AddNamedOptions<ReferenceOptions>();

builder.Services.AddSqlite<AppDbContext>(builder.Configuration.GetConnectionString("Default"));

Expand Down
4 changes: 0 additions & 4 deletions src/Giveaways/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"Token": "",
"DevGuildId": 0
},
"Reference": {
"SupportServerUrl": "",
"SourceRepositoryUrl": ""
},
"Logging": {
"LogLevel": {
"Default": "Debug",
Expand Down

0 comments on commit 0b6c3fc

Please sign in to comment.