add minio config and service

This commit is contained in:
Suphonchai Phoonsawat 2023-03-24 14:24:35 +07:00
parent b2abfe9e87
commit 4355b95054
26 changed files with 159 additions and 37 deletions

View file

@ -9,9 +9,9 @@ build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = BMA.EHR.Recruit.Service
build_property.RootNamespace = BMA.EHR.Recruit.Service
build_property.ProjectDir = /Users/suphonchai/Develop/source/BMA-EHR/BMA-EHR-RECRUIT-SERVICE/
build_property.ProjectDir = /Users/suphonchai/Develop/Source/BMA-EHR/BMA-EHR-Recruit-Service/
build_property.RazorLangVersion = 7.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = /Users/suphonchai/Develop/source/BMA-EHR/BMA-EHR-RECRUIT-SERVICE
build_property.MSBuildProjectDirectory = /Users/suphonchai/Develop/Source/BMA-EHR/BMA-EHR-Recruit-Service
build_property._RazorSourceGeneratorDebug =

View file

@ -1 +1 @@
9c27dc5d2f834e13ba112ca48173285ec9962ab9
3964ea2c2ea39b9c39eed4b75cf1762d7372e6d3

View file

@ -356,3 +356,4 @@ D:/Develop/Source/BMA-EHR-Recruit-Service/obj/Debug/net7.0/BMA.EHR.Recruit.Servi
/Users/suphonchai/Develop/source/BMA-EHR/BMA-EHR-RECRUIT-SERVICE/obj/Debug/net7.0/BMA.EHR.Recruit.Service.pdb
/Users/suphonchai/Develop/source/BMA-EHR/BMA-EHR-RECRUIT-SERVICE/obj/Debug/net7.0/BMA.EHR.Recruit.Service.genruntimeconfig.cache
/Users/suphonchai/Develop/source/BMA-EHR/BMA-EHR-RECRUIT-SERVICE/obj/Debug/net7.0/ref/BMA.EHR.Recruit.Service.dll
/Users/suphonchai/Develop/Source/BMA-EHR/BMA-EHR-Recruit-Service/bin/Debug/net7.0/AWSSDK.S3.dll

View file

@ -1 +1 @@
ebbf1e6350fd375b7e7c04c8df31de6559f0c81f
592c44784036e353abd93e053c077d3a77090612

View file

@ -10,7 +10,7 @@
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyMetadata("Sentry.ProjectDirectory", "/Users/suphonchai/Develop/source/BMA-EHR/BMA-EHR-RECRUIT-SERVICE/")]
[assembly: System.Reflection.AssemblyMetadata("Sentry.ProjectDirectory", "/Users/suphonchai/Develop/Source/BMA-EHR/BMA-EHR-Recruit-Service/")]
// Generated by the MSBuild WriteCodeFragment class.