changeset 278:41d03be9ac76

updated wiki.
author Marco Cirillo <maranda@lightwitch.org>
date Sat, 26 May 2012 02:59:31 +0000
parents 7a597092e71f
children 7c63f7c44a0f
files mod_register_json.wiki
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_register_json.wiki	Sat May 26 02:55:01 2012 +0000
+++ b/mod_register_json.wiki	Sat May 26 02:59:31 2012 +0000
@@ -31,6 +31,7 @@
 
 Optional configuration directives:
 <code language="lua">
+reg_servlet_base = "/base-path/" -- Base path of the plugin
 reg_servlet_realm = "Your Realm Name of choice" -- Modifies the name of the authentication realm.
 reg_servlet_ttime = seconds -- Specifies the time (in seconds) between each request coming from the same remote address.
 reg_servlet_bl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be blacklisted and will not be able to submit registrations.