Mercurial > prosody-hg
diff core/configmanager.lua @ 13631:0fe27632a837
core.configmanager: Remove compat
I have updated my config now, have you? :)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 21 Jan 2025 17:21:48 +0100 |
| parents | 8228f5094f7a |
| children | 0c8c1a8338d1 |
line wrap: on
line diff
--- a/core/configmanager.lua Sat Jan 18 13:29:59 2025 +0100 +++ b/core/configmanager.lua Tue Jan 21 17:21:48 2025 +0100 @@ -198,7 +198,6 @@ FileContents = true, FileLine = true, FileLines = true, - Secret = true, Credential = true, Include = true, include = true, RunScript = true }, { __index = function (_, k) @@ -373,7 +372,6 @@ end end - env.Secret = env.Credential; -- COMPAT remove after all the early adopters s/Secret/Credential/ local chunk, err = envload(data, "@"..config_file, env);
