core.configmanager: Remove compat

I have updated my config now, have you? :)
This commit is contained in:
Kim Alvefur 2025-01-21 17:21:48 +01:00
parent 97884eb956
commit 2d4ea8ac9b

View file

@ -198,7 +198,6 @@ do
FileContents = true,
FileLine = true,
FileLines = true,
Secret = true,
Credential = true,
Include = true, include = true, RunScript = true }, {
__index = function (_, k)
@ -373,7 +372,6 @@ do
end
end
env.Secret = env.Credential; -- COMPAT remove after all the early adopters s/Secret/Credential/
local chunk, err = envload(data, "@"..config_file, env);