Changeset

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 13630:8228f5094f7a
children 13632:844e7bf7b48a
files core/configmanager.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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);