Env vars now have to start with NadekoBot_
This commit is contained in:
parent
1538364f00
commit
46dadda759
@ -45,7 +45,7 @@ namespace NadekoBot.Services.Impl
|
||||
{
|
||||
var configBuilder = new ConfigurationBuilder();
|
||||
configBuilder.AddJsonFile(credsFileName)
|
||||
.AddEnvironmentVariables("NadekoBot:");
|
||||
.AddEnvironmentVariables("NadekoBot_");
|
||||
|
||||
var data = configBuilder.Build();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user