mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.configmanager: Remove compat
I have updated my config now, have you? :)
This commit is contained in:
parent
97884eb956
commit
2d4ea8ac9b
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue