Skip to content

Commit

Permalink
cacheSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fanliang11 committed Apr 27, 2024
1 parent 23dabab commit 6a16366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,14 @@
<ProjectReference Include="..\..\Surging.Core\Surging.Core.Serilog\Surging.Core.Serilog.csproj" />
<ProjectReference Include="..\..\Surging.Core\Surging.Core.ServiceHosting.Extensions\Surging.Core.ServiceHosting.Extensions.csproj" />
<ProjectReference Include="..\..\Surging.Core\Surging.Core.ServiceHosting\Surging.Core.ServiceHosting.csproj" />
<ProjectReference Include="..\..\Surging.Core\Surging.Core.Stage\Surging.Core.Stage.csproj" />
<ProjectReference Include="..\..\Surging.Core\Surging.Core.Swagger_V5\Surging.Core.Swagger_V5.csproj" />
<ProjectReference Include="..\..\Surging.Core\Surging.Core.System\Surging.Core.System.csproj" />
<ProjectReference Include="..\..\Surging.Core\Surging.Core.Thrift\Surging.Core.Thrift.csproj" />
<ProjectReference Include="..\..\Surging.Core\Surging.Core.Zookeeper\Surging.Core.Zookeeper.csproj" />
<ProjectReference Include="..\..\Surging.IModuleServices\Surging.IModuleServices.Common\Surging.IModuleServices.Common.csproj" />
<ProjectReference Include="..\..\Surging.IModuleServices\Surging.IModuleServices.Manger\Surging.IModuleServices.Manager.csproj" />
<ProjectReference Include="..\..\Surging.IModuleServices\Surging.IModuleServices.OpenApi\Surging.IModuleServices.OpenApi.csproj" />
<ProjectReference Include="..\..\Surging.Modules\Surging.Modules.Common\Surging.Modules.Common.csproj" />
<ProjectReference Include="..\..\Surging.Modules\Surging.Modules.Manager\Surging.Modules.Manager.csproj" />
<ProjectReference Include="..\..\Surging.Modules\Surging.Modules.OpenApi\Surging.Modules.OpenApi.csproj" />
<ProjectReference Include="..\..\Surging.Web\Surging.Web.csproj" />
<ProjectReference Include="..\..\WebSocket\WebSocketCore\WebSocketCore.csproj" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Surging.Services/Surging.Services.Server/cacheSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
{
"Name": null,
"Ref": null,
"Value": "127.0.0.1:7000::1",
"Value": "127.0.0.1:6379::1",
"Maps": null
},
{
"Name": null,
"Ref": null,
"Value": "127.0.0.1:7005::1",
"Value": "127.0.0.1:6379::2",
"Maps": null
},
{
"Name": null,
"Ref": null,
"Value": "127.0.0.1:6379::1",
"Value": "127.0.0.1:6379::3",
"Maps": null
}
]
Expand Down Expand Up @@ -95,19 +95,19 @@
{
"Name": null,
"Ref": null,
"Value": "127.0.0.1:7000::1",
"Value": "127.0.0.1:6379::1",
"Maps": null
},
{
"Name": null,
"Ref": null,
"Value": "127.0.0.1:7005::1",
"Value": "127.0.0.1:6379::2",
"Maps": null
},
{
"Name": null,
"Ref": null,
"Value": "127.0.0.1:6379::1",
"Value": "127.0.0.1:6379::3",
"Maps": null
}
]
Expand Down

0 comments on commit 6a16366

Please sign in to comment.