mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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,
|
FileContents = true,
|
||||||
FileLine = true,
|
FileLine = true,
|
||||||
FileLines = true,
|
FileLines = true,
|
||||||
Secret = true,
|
|
||||||
Credential = true,
|
Credential = true,
|
||||||
Include = true, include = true, RunScript = true }, {
|
Include = true, include = true, RunScript = true }, {
|
||||||
__index = function (_, k)
|
__index = function (_, k)
|
||||||
|
@ -373,7 +372,6 @@ do
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
env.Secret = env.Credential; -- COMPAT remove after all the early adopters s/Secret/Credential/
|
|
||||||
|
|
||||||
local chunk, err = envload(data, "@"..config_file, env);
|
local chunk, err = envload(data, "@"..config_file, env);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue