Commit 96665731 authored by focus's avatar focus

修改orange后台管理session-timeout

parent 1fe6dc10
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
"dashboard": { "dashboard": {
"auth": true, "auth": true,
"session_secret": "y0ji4pdj61aaf3f11c2e65cd2263d3e7e5", "session_secret": "y0ji4pdj61aaf3f11c2e65cd2263d3e7e5",
"session_timeout": 3600
"whitelist": [ "whitelist": [
"^/auth/login$", "^/auth/login$",
"^/error/$" "^/error/$"
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
"dashboard": { "dashboard": {
"auth": true, "auth": true,
"session_secret": "y0ji4pdj61aaf3f11c2e65cd2263d3e7e5", "session_secret": "y0ji4pdj61aaf3f11c2e65cd2263d3e7e5",
"session_timeout": 3600
"whitelist": [ "whitelist": [
"^/auth/login$", "^/auth/login$",
"^/error/$" "^/error/$"
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
"dashboard": { "dashboard": {
"auth": true, "auth": true,
"session_secret": "y0ji4pdj61aaf3f11c2e65cd2263d3e7e5", "session_secret": "y0ji4pdj61aaf3f11c2e65cd2263d3e7e5",
"session_timeout": 3600
"whitelist": [ "whitelist": [
"^/auth/login$", "^/auth/login$",
"^/error/$" "^/error/$"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment