Register default value for DefaultWebNode environment variable
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 9 Dec 2012 02:02:22 +0000 (21:02 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 9 Dec 2012 02:02:22 +0000 (21:02 -0500)
This will allow users to change the value used for the defaultA and vhost

src/plugins/easy_domain.sml

index fee0689..2d7110c 100644 (file)
@@ -50,4 +50,8 @@ val _ = Defaults.registerDefault ("AddMX",
                                  (TBase "bool", dl),
                                  (fn () => (EVar "true", dl)))
 
+val _ = Defaults.registerDefault ("DefaultWebNode",
+                                 (TBase "web_node", dl),
+                                 (fn () => (EVar "mire", dl)))
+
 end