diff src/luan/host/WebHandler.java @ 1627:07be5015159d

better config
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 07 Dec 2021 22:15:16 -0700
parents f7e3adae4907
children 164c6ea53147
line wrap: on
line diff
--- a/src/luan/host/WebHandler.java	Tue Dec 07 18:30:02 2021 -0700
+++ b/src/luan/host/WebHandler.java	Tue Dec 07 22:15:16 2021 -0700
@@ -97,7 +97,7 @@
 		}
 	};
 
-	public static String securityPassword = "password";  // change for security
+	public static LuanTable config;
 	private static final DomainHandler domainHandler = new DomainHandler(factory);
 	private static String sitesDir = null;