Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
升级surging组件和更新环境变量
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhll committed Oct 10, 2020
1 parent 142d818 commit 879a973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker-compose/surging.hero/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Zookeeper Conn
REGISTER_CONN=hero.zoo1:2181,hero.zoo2:2181,hero.zoo3:2181;hero.zoo4:2181,hero.zoo5:2181,hero.zoo6:2181
REGISTER_SESSION_TIMEOUT=5000
# REGISTER_SESSION_TIMEOUT=5000

RABBITMQ_CONNECTION=hero.rabbitmq
RABBITMQ_USERNAME=rabbitmq
Expand All @@ -16,9 +16,9 @@ RABBITMQ_PORT=5672
# WS_SERVER_ENGINE=DotNettyModule;Log4netModule;ConsulModule;EventBusRabbitMQModule;CachingModule;WSProtocolModule;AutoMapperModule;ServiceProxyModule;
#
# Zookeeper
NORMAL_SERVER_ENGINE=DotNettyModule;Log4netModule;LockModule;ZookeeperModule;EventBusRabbitMQModule;CachingModule;DapperModule;AutoMapperModule;ServiceProxyModule;
GETEWAY_SERVER_ENGINE=DotNettyModule;Log4netModule;LockModule;ZookeeperModule;EventBusRabbitMQModule;CachingModule;KestrelHttpModule;SwaggerModule;ServiceProxyModule;ApiGeteWayModule;
WS_SERVER_ENGINE=DotNettyModule;Log4netModule;LockModule;ZookeeperModule;EventBusRabbitMQModule;CachingModule;WSProtocolModule;AutoMapperModule;ServiceProxyModule;
NORMAL_SERVER_ENGINE=DotNettyModule;Log4netModule;ZookeeperModule;EventBusRabbitMQModule;CachingModule;DapperModule;AutoMapperModule;ServiceProxyModule;
GETEWAY_SERVER_ENGINE=DotNettyModule;Log4netModule;ZookeeperModule;EventBusRabbitMQModule;CachingModule;KestrelHttpModule;SwaggerModule;ServiceProxyModule;ApiGeteWayModule;
WS_SERVER_ENGINE=DotNettyModule;Log4netModule;ZookeeperModule;EventBusRabbitMQModule;CachingModule;WSProtocolModule;AutoMapperModule;ServiceProxyModule;
#
KESTREL_SERVER_ENGINE=SwaggerModule;StageModule;
#
Expand Down
2 changes: 1 addition & 1 deletion src/Shared/Props/surgingversion.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<SurgingVersion>2.0.5-bate.20</SurgingVersion>
<SurgingVersion>2.0.5-bate.21</SurgingVersion>
</PropertyGroup>
</Project>

0 comments on commit 879a973

Please sign in to comment.