This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[测试环境][新增]:测试环境redis端口修复
release_toaliyun_real
Stormeye Wu
7 years ago
parent
3ac97cdb1e
commit
ce6fb7a9ac
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkBApi/src/main/resources/application-prod.yml
+1
-1
mallinkBApi/src/main/resources/application-test.yml
+1
-1
mallinkCApi/src/main/resources/application-prod.yml
+1
-1
mallinkCApi/src/main/resources/application-test.yml
+ 1
- 1
mallinkBApi/src/main/resources/application-prod.yml
View File
@@ -22,7 +22,7 @@ spring:
# REDIS
redis:
host: 127.0.0.1
port: 67
8
9
port: 6
3
79
password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
timeout: 3600
expire: 1800 #30分钟
+ 1
- 1
mallinkBApi/src/main/resources/application-test.yml
View File
@@ -22,7 +22,7 @@ spring:
# REDIS
redis:
host: 127.0.0.1
port: 67
8
9
port: 6
3
79
password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
timeout: 3600
expire: 1800 #30分钟
+ 1
- 1
mallinkCApi/src/main/resources/application-prod.yml
View File
@@ -22,7 +22,7 @@ spring:
# REDIS
redis:
host: 127.0.0.1
port: 67
8
9
port: 6
3
79
password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
timeout: 3600
expire: 1800 #30分钟
+ 1
- 1
mallinkCApi/src/main/resources/application-test.yml
View File
@@ -22,7 +22,7 @@ spring:
# REDIS
redis:
host: 127.0.0.1
port: 67
8
9
port: 6
3
79
password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
timeout: 3600
expire: 1800 #30分钟
Write
Preview
Loading…
Cancel
Save