From b2799d198cd71c1512b80285d079624d2db7c924 Mon Sep 17 00:00:00 2001 From: jrandom Date: Thu, 20 May 2004 11:27:49 +0000 Subject: [PATCH] add (commented out) router.shutdownPassword --- installer/java/src/router.config.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installer/java/src/router.config.template b/installer/java/src/router.config.template index a6f50e62b0..511aa60363 100644 --- a/installer/java/src/router.config.template +++ b/installer/java/src/router.config.template @@ -138,6 +138,13 @@ tunnels.tunnelDuration=600000 # what you're doing router.maxWaitingJobs=40 +# shutdown password +# uncomment the following (after changing the value) to allow shutting down the +# router through the web interface (using the form provided, or directly via +# http://localhost:7655/shutdown?password=thisIsASecret) +#router.shutdownPassword=thisIsASecret + + # # the remaining lines describe how you can get your router to fire up client # applications it is up and running, all within the router's JVM. Uncomment the