mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
remove sample environment configuration values, as they will fuck up defaults now
This commit is contained in:
@@ -140,8 +140,8 @@ namespace CompatBot
|
||||
inMemorySettings[nameof(Token)] = args[1];
|
||||
|
||||
config = new ConfigurationBuilder()
|
||||
.AddEnvironmentVariables() // lower priority
|
||||
.AddUserSecrets(Assembly.GetEntryAssembly())
|
||||
.AddUserSecrets(Assembly.GetEntryAssembly()) // lower priority
|
||||
.AddEnvironmentVariables()
|
||||
.AddInMemoryCollection(inMemorySettings) // higher priority
|
||||
.Build();
|
||||
Log = GetLog();
|
||||
|
||||
Reference in New Issue
Block a user