From 587d0afedcca9dd9fe3ef49c00161ac3fc8546ed Mon Sep 17 00:00:00 2001 From: qq_51961435 <1548345616@qq.com> Date: Wed, 23 Oct 2024 21:45:09 +0800 Subject: [PATCH] Change Opentime to 15s --- server/plugins/example/etc/resource.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/plugins/example/etc/resource.toml b/server/plugins/example/etc/resource.toml index 9defa85b..6bba1a22 100644 --- a/server/plugins/example/etc/resource.toml +++ b/server/plugins/example/etc/resource.toml @@ -8,7 +8,7 @@ # RedirectWithParams: whether or not to include queries in the original http request. (only applicable for http agent) ["demo"] SkipAuth = true -OpenTime = 120 +OpenTime = 15 RedirectUrl = "https://acdemo.opennhp.org" RedirectWithParams = false CookieDomain = "opennhp.org"