Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Mixcore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mix.grpc", "modules\mix.grp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mix.queue", "platform\mix.queue\mix.queue.csproj", "{2E843175-B948-4D90-A11B-415EE67D9E1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mix.heart", "platform\core\mix-heart\src\mix.heart\mix.heart.csproj", "{D4938E22-22C3-4364-A710-557B63954B5E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mix.heart", "platform\core\mix-heart\src\mix.heart.csproj", "{D4938E22-22C3-4364-A710-557B63954B5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mix.tenancy", "modules\mix.tenancy\mix.tenancy.csproj", "{2D254550-CE54-43A2-8AE9-FAA72F2C0FD6}"
EndProject
Expand Down
1 change: 1 addition & 0 deletions src/applications/mixcore/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## 2. Copy MixContent to Module's source code
## 3. Update ocelot.json.(Ref: https://ocelot.readthedocs.io/en/latest/features/configuration.html).
Ex:

```
git reset HEAD src/platform/core/mix-heart

Expand Down
16 changes: 1 addition & 15 deletions src/applications/mixcore/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
{
"Logging": {
"Console": { "TimestampFormat": "[yyyy-MM-dd HH:mm:ss.fffffff] " },
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Mvc": "Information"
}
},
"AllowAnyOrigin": false,
"DefaultCulture": "en-us",
"HttpScheme": "https",
"DatabaseProvider": "SQLITE",
"IsInit": true
}
{"Logging":{"Console":{"TimestampFormat":"[yyyy-MM-dd HH:mm:ss.fffffff] "},"LogLevel":{"Default":"Information","Microsoft.AspNetCore":"Warning","Microsoft.AspNetCore.Mvc":"Information"}},"AllowAnyOrigin":false,"DefaultCulture":"en-us","HttpScheme":"https","DatabaseProvider":"SQLITE","IsInit":true,"AesKey":"RHhjdXVHZmFpSVlmZmdhcHdNNFVQUT09LEIvN0FGTXB3MEM4TnZSbXdCSC9LT0s4STJ4ZUFSSFNpRnQzTzh4Y3BkSVE9"}
2 changes: 1 addition & 1 deletion src/platform/core/mix-heart
2 changes: 1 addition & 1 deletion src/platform/mix.constant/mix.constant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\core\mix-heart\src\mix.heart\mix.heart.csproj" />
<ProjectReference Include="..\core\mix-heart\src\mix.heart.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/platform/mix.shared/mix.shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\core\mix-heart\src\mix.heart\mix.heart.csproj" />
<ProjectReference Include="..\core\mix-heart\src\mix.heart.csproj" />
<ProjectReference Include="..\mix.constant\mix.constant.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/platform/mix.signalr.hub/mix.signalr.hub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\core\mix-heart\src\mix.heart\mix.heart.csproj" />
<ProjectReference Include="..\core\mix-heart\src\mix.heart.csproj" />
<ProjectReference Include="..\mix.log\mix.log.lib.csproj" />
<ProjectReference Include="..\mix.service\mix.service.csproj" />
<Using Include="Mix.Log.Lib.Interfaces" />
Expand Down
Loading