新增雪花Id依赖实现纳秒时间戳
This commit is contained in:
parent
00374380a9
commit
99ceb9ca9b
@ -2,7 +2,7 @@
|
||||
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="JiSheTeam" value="http://proget.jisheyun.com:9511/nuget/JiSheTeam/v3/index.json" protocolVersion="3" allowInsecureConnections="true" />
|
||||
<!--<add key="JiSheTeam" value="http://proget.jisheyun.com:9511/nuget/JiSheTeam/v3/index.json" protocolVersion="3" allowInsecureConnections="true" />-->
|
||||
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
|
||||
@ -47,12 +47,7 @@ namespace JiShe.IoT
|
||||
ConfigurationSignalR(context);
|
||||
ConfigurationMultiTenancy();
|
||||
ConfigureBlobStorage();
|
||||
|
||||
Configure<ServerApplicationOptions>(options =>
|
||||
{
|
||||
configuration.GetSection(nameof(ServerApplicationOptions)).Bind(options);
|
||||
});
|
||||
|
||||
|
||||
Configure<DataChannelOptions>(options =>
|
||||
{
|
||||
configuration.GetSection(nameof(DataChannelOptions)).Bind(options);
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
"TenantName": "1YMVZZkAkRArjxSD8457",
|
||||
"Namespace": "OneNET",
|
||||
"PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79",
|
||||
"PulsarSubscriptionCustomName": "sub3",
|
||||
"PulsarSubscriptionCustomName": "sub4",
|
||||
"EnableTls": false,
|
||||
"ValidateServerCertificate": false,
|
||||
"ConnectionTimeout": 30,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user