Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyilin
intel_promotion_api
Commits
47dbb92c
Commit
47dbb92c
authored
Jul 12, 2024
by
刘帅阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
69c44c28
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
application-conf-dev.yml
src/main/resources/application-conf-dev.yml
+2
-1
application-conf-prod.yml
src/main/resources/application-conf-prod.yml
+3
-2
application-conf-test.yml
src/main/resources/application-conf-test.yml
+1
-0
No files found.
src/main/resources/application-conf-dev.yml
View file @
47dbb92c
...
@@ -73,7 +73,7 @@ cy:
...
@@ -73,7 +73,7 @@ cy:
# 是否开启登录拦截
# 是否开启登录拦截
secure
:
false
secure
:
false
# token存活时间(30分钟)
# token存活时间(30分钟)
ttl
:
1
80
0
ttl
:
10
security
:
security
:
enable
:
true
enable
:
true
permission
:
false
permission
:
false
...
@@ -105,6 +105,7 @@ cy:
...
@@ -105,6 +105,7 @@ cy:
# - "/cmsvideo/miniProgram/listByClassification"
# - "/cmsvideo/miniProgram/listByClassification"
-
"
/cmsnews/detail/**"
-
"
/cmsnews/detail/**"
-
"
/cmsvideo/detail/**"
-
"
/cmsvideo/detail/**"
-
"
/cmsvideo/getVideoUrl/**"
# - "/**/**"
# - "/**/**"
-
"
/captcha/**"
-
"
/captcha/**"
permitStatic
:
[
"
/"
,
"
/*.html"
,
"
/favicon.ico"
,
"
/**/*.html"
,
"
/**/*.js"
,
"
/**/*.css"
]
permitStatic
:
[
"
/"
,
"
/*.html"
,
"
/favicon.ico"
,
"
/**/*.html"
,
"
/**/*.js"
,
"
/**/*.css"
]
...
...
src/main/resources/application-conf-prod.yml
View file @
47dbb92c
...
@@ -81,8 +81,9 @@ cy:
...
@@ -81,8 +81,9 @@ cy:
-
"
/cmsbanner/queryCmsBannerByPaginationForWx"
-
"
/cmsbanner/queryCmsBannerByPaginationForWx"
# - "/cmsnews/miniProgram/listByClassification"
# - "/cmsnews/miniProgram/listByClassification"
# - "/cmsvideo/miniProgram/listByClassification"
# - "/cmsvideo/miniProgram/listByClassification"
-
"
/cmsnews/detail/**"
-
"
/cmsnews/detail/*"
-
"
/cmsvideo/detail/**"
-
"
/cmsvideo/getVideoUrl/**"
-
"
/cmsvideo/detail/*"
#- "/cros/**"
#- "/cros/**"
permitStatic
:
[
"
/"
,
"
/*.html"
,
"
/favicon.ico"
,
"
/**/*.html"
,
"
/**/*.js"
,
"
/**/*.css"
]
permitStatic
:
[
"
/"
,
"
/*.html"
,
"
/favicon.ico"
,
"
/**/*.html"
,
"
/**/*.js"
,
"
/**/*.css"
]
logoutSuccessUrl
:
"
/login"
logoutSuccessUrl
:
"
/login"
...
...
src/main/resources/application-conf-test.yml
View file @
47dbb92c
...
@@ -77,6 +77,7 @@ cy:
...
@@ -77,6 +77,7 @@ cy:
# - "/cmsvideo/miniProgram/listByClassification"
# - "/cmsvideo/miniProgram/listByClassification"
-
"
/cmsnews/detail/**"
-
"
/cmsnews/detail/**"
-
"
/cmsvideo/detail/**"
-
"
/cmsvideo/detail/**"
-
"
/cmsvideo/getVideoUrl/**"
#- "/cros/**"
#- "/cros/**"
permitStatic
:
[
"
/"
,
"
/*.html"
,
"
/favicon.ico"
,
"
/**/*.html"
,
"
/**/*.js"
,
"
/**/*.css"
]
permitStatic
:
[
"
/"
,
"
/*.html"
,
"
/favicon.ico"
,
"
/**/*.html"
,
"
/**/*.js"
,
"
/**/*.css"
]
logoutSuccessUrl
:
"
/login"
logoutSuccessUrl
:
"
/login"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment