Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-11-04 10:55:38 +0800
Commit
09d523534f25b35d53509bd400c2cb1a8313a35c
1 parent
6061cc85
fix video
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
config/common.js
config/ssr-routes.js
config/common.js
View file @
09d5235
...
...
@@ -96,7 +96,7 @@ module.exports = {
zookeeperServer
:
'127.0.0.1:2181'
,
redis
:
{
connect
:
{
host
:
'192.168.10
2.49
'
,
host
:
'192.168.10
4.201
'
,
// host: '127.0.0.1',
port
:
'6379'
,
...
...
config/ssr-routes.js
View file @
09d5235
...
...
@@ -4,8 +4,7 @@ module.exports = [
query
:
{
columnType
:
Number
},
cacheTime
:
900
,
cache
:
true
,
cache
:
false
,
protocol
:
true
},
{
...
...
Please
register
or
login
to post a comment