Changed the connection string to VPS database, made the content folder to part of deployable folder and deployed all thse to vps
This commit is contained in:
parent
c427b087fe
commit
327cf4de8c
|
|
@ -1,6 +1,7 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
|
|
@ -14,7 +15,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("API.Gateway")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("API.Gateway")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c427b087fe1a70dd3777e436d2144ea50904b898")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("API.Gateway")]
|
[assembly: System.Reflection.AssemblyProductAttribute("API.Gateway")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("API.Gateway")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("API.Gateway")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -60,9 +60,11 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Content\custom.css">
|
<EmbeddedResource Include="Content\custom.css">
|
||||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Content\custom.js">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Content\custom.js" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -103,5 +105,11 @@
|
||||||
<ProjectReference Include="..\_layers\domain\Domain.csproj" />
|
<ProjectReference Include="..\_layers\domain\Domain.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="Content\logo.jpg">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
|
||||||
|
<Project>
|
||||||
|
<PropertyGroup>
|
||||||
|
<DeleteExistingFiles>true</DeleteExistingFiles>
|
||||||
|
<ExcludeApp_Data>false</ExcludeApp_Data>
|
||||||
|
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
||||||
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||||
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||||
|
<PublishProvider>FileSystem</PublishProvider>
|
||||||
|
<PublishUrl>P:\odiware\publish_vs\api-bucket\</PublishUrl>
|
||||||
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||||
|
<_TargetId>Folder</_TargetId>
|
||||||
|
<SiteUrlToLaunchAfterPublish />
|
||||||
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
|
<ProjectGuid>45352e1b-f517-4f18-a1d6-3331ddee171e</ProjectGuid>
|
||||||
|
<SelfContained>false</SelfContained>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
|
|
@ -8,8 +8,9 @@
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
|
"DefaultConnectionString": "Server=94.249.213.139;Database=odiproj1_oa;User Id=sa;Password=Odiware@1234!;TrustServerCertificate=True;MultipleActiveResultSets=true"
|
||||||
//"DefaultConnectionString": "yV213mRnQngKYPWcDvOoPbSopWdQ0VutXa7+S2RRjoI4G3nsjIF0PYPmwJffxL1WCdb+20HrHyf1t+DCMnGtzz6WWiwQ0oHWB26iCqTKLgQi53fmcRWMJsZkkxh4u8zKueZuEi6c/Er2MrTF4lwdqFkQmA3Wi/FzJAsifsqVer717EJkhhnz+h0pC4bQkX7P+y2TmirFPhJNWLb/uFFc5XIuKMYvuggyIOQoo84mLnX4s0Nn+FbzzmkLgVO1+dnrJAgWVJoiHcEvbdcQkfNw4LlvJ4qHS7oiBo2erYpo2USX4EwaBHnYA4xginfbudlv"
|
//"DefaultConnectionString": "yV213mRnQngKYPWcDvOoPbSopWdQ0VutXa7+S2RRjoI4G3nsjIF0PYPmwJffxL1WCdb+20HrHyf1t+DCMnGtzz6WWiwQ0oHWB26iCqTKLgQi53fmcRWMJsZkkxh4u8zKueZuEi6c/Er2MrTF4lwdqFkQmA3Wi/FzJAsifsqVer717EJkhhnz+h0pC4bQkX7P+y2TmirFPhJNWLb/uFFc5XIuKMYvuggyIOQoo84mLnX4s0Nn+FbzzmkLgVO1+dnrJAgWVJoiHcEvbdcQkfNw4LlvJ4qHS7oiBo2erYpo2USX4EwaBHnYA4xginfbudlv"
|
||||||
"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
//"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
||||||
},
|
},
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,8 @@
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
"DefaultConnectionString": "Server=94.249.213.139;Database=odiproj1_oa;User Id=sa;Password=Odiware@1234!;TrustServerCertificate=True;MultipleActiveResultSets=true"
|
||||||
|
//"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
||||||
},
|
},
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c427b087fe1a70dd3777e436d2144ea50904b898")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")]
|
[assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("API.Bucket")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("API.Bucket")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"GlobalPropertiesHash":"sD/bc4+3zBK34u/A/q1sCLae0nf9Gtj/ygK17G08VFU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["M39uMIevqMdIeJLJJTFzIpToNSGcx4dPCJlt7BblsJg=","hpj9Bf/VZyaZ2opvdEcOAMw4yA3f7c8LQQjhfFGL0Wc=","UKXwIUIJuY\u002Boc8eDOQUhQKSCGLcWw6lCjrOm36JPdZg=","XRV6WiRMO2jBLaMjj5E4EURFFoOaYJapRtJE\u002Bxsptc0=","IVUEhpK7aDBuU\u002Bu3shCZhrBSj3QCcGs35OWjFXeoY/0=","DYCacb6Lfz/LpJGhFMfININ1BwtxtzQGsvwbDhBovLs="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
{"GlobalPropertiesHash":"sD/bc4+3zBK34u/A/q1sCLae0nf9Gtj/ygK17G08VFU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["M39uMIevqMdIeJLJJTFzIpToNSGcx4dPCJlt7BblsJg=","hpj9Bf/VZyaZ2opvdEcOAMw4yA3f7c8LQQjhfFGL0Wc=","WQKUKlVNxiaTN3lwj7RoxyVbpLau47ZSMpkECfZX0iE=","Zxg2NWzoyFEYS/qi7fJqcE9bXLjFIMkO3f0K5AOTt\u002BM=","IVUEhpK7aDBuU\u002Bu3shCZhrBSj3QCcGs35OWjFXeoY/0=","DYCacb6Lfz/LpJGhFMfININ1BwtxtzQGsvwbDhBovLs="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
|
|
@ -13,7 +14,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Data")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Data")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c427b087fe1a70dd3777e436d2144ea50904b898")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Data")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Data")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Data")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Data")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
|
|
@ -13,7 +14,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Domain")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Domain")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c427b087fe1a70dd3777e436d2144ea50904b898")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Domain")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Domain")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Domain")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Domain")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -68,9 +68,11 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Content\custom.js" />
|
<EmbeddedResource Include="Content\custom.js">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Content\custom.css">
|
<EmbeddedResource Include="Content\custom.css">
|
||||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
@ -99,5 +101,11 @@
|
||||||
<ProjectReference Include="..\_layers\domain\Domain.csproj" />
|
<ProjectReference Include="..\_layers\domain\Domain.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="Content\logo.jpg">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
|
||||||
|
<Project>
|
||||||
|
<PropertyGroup>
|
||||||
|
<DeleteExistingFiles>true</DeleteExistingFiles>
|
||||||
|
<ExcludeApp_Data>false</ExcludeApp_Data>
|
||||||
|
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
||||||
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||||
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||||
|
<PublishProvider>FileSystem</PublishProvider>
|
||||||
|
<PublishUrl>P:\odiware\publish_vs\api_admin\</PublishUrl>
|
||||||
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||||
|
<_TargetId>Folder</_TargetId>
|
||||||
|
<SiteUrlToLaunchAfterPublish />
|
||||||
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
|
<ProjectGuid>29618c6f-22cb-4eb1-abd8-061f84e409be</ProjectGuid>
|
||||||
|
<SelfContained>false</SelfContained>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
|
|
@ -8,8 +8,9 @@
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
|
"DefaultConnectionString": "Server=94.249.213.139;Database=odiproj1_oa;User Id=sa;Password=Odiware@1234!;TrustServerCertificate=True;MultipleActiveResultSets=true"
|
||||||
//"DefaultConnectionString": "yV213mRnQngKYPWcDvOoPbSopWdQ0VutXa7+S2RRjoI4G3nsjIF0PYPmwJffxL1WCdb+20HrHyf1t+DCMnGtzz6WWiwQ0oHWB26iCqTKLgQi53fmcRWMJsZkkxh4u8zKueZuEi6c/Er2MrTF4lwdqFkQmA3Wi/FzJAsifsqVer717EJkhhnz+h0pC4bQkX7P+y2TmirFPhJNWLb/uFFc5XIuKMYvuggyIOQoo84mLnX4s0Nn+FbzzmkLgVO1+dnrJAgWVJoiHcEvbdcQkfNw4LlvJ4qHS7oiBo2erYpo2USX4EwaBHnYA4xginfbudlv"
|
//"DefaultConnectionString": "yV213mRnQngKYPWcDvOoPbSopWdQ0VutXa7+S2RRjoI4G3nsjIF0PYPmwJffxL1WCdb+20HrHyf1t+DCMnGtzz6WWiwQ0oHWB26iCqTKLgQi53fmcRWMJsZkkxh4u8zKueZuEi6c/Er2MrTF4lwdqFkQmA3Wi/FzJAsifsqVer717EJkhhnz+h0pC4bQkX7P+y2TmirFPhJNWLb/uFFc5XIuKMYvuggyIOQoo84mLnX4s0Nn+FbzzmkLgVO1+dnrJAgWVJoiHcEvbdcQkfNw4LlvJ4qHS7oiBo2erYpo2USX4EwaBHnYA4xginfbudlv"
|
||||||
"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
//"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
||||||
},
|
},
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,8 @@
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
"DefaultConnectionString": "Server=94.249.213.139;Database=odiproj1_oa;User Id=sa;Password=Odiware@1234!;TrustServerCertificate=True;MultipleActiveResultSets=true"
|
||||||
|
//"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
||||||
},
|
},
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c427b087fe1a70dd3777e436d2144ea50904b898")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")]
|
[assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("API.Admin")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("API.Admin")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -563,3 +563,6 @@ P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\
|
||||||
P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.pdb
|
P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.pdb
|
||||||
P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.genruntimeconfig.cache
|
P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.genruntimeconfig.cache
|
||||||
P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\ref\API.Admin.dll
|
P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\ref\API.Admin.dll
|
||||||
|
P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Content\custom.js
|
||||||
|
P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Content\custom.css
|
||||||
|
P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Content\logo.jpg
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"GlobalPropertiesHash":"Vv3ZIFK+0bT20FA10vwZxzRtjLTW7JRA9JkFwVgyXV0=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["5HnHHWBoGPgihQZiuPatAjCQIZfazjC\u002BHgJGiczqVHI=","02NmbYJdlIb1Nf3FgGLEDz5YaFy5EwIURNsNJPmEk5U=","GoMgHLojPZkDZIwIhGCVSOB\u002B\u002B8P21j0/JVP87LcPAgA=","xE1EyH4pTBxZD3x1HKRv2qFpANL654lWVsXEPjzR038=","X0KJSrc90tqiFep0p2H35yS/Y4EaU\u002BpEThV5rGa5yvE=","ZzNPGbDqF4ZAJ6CzWLk0JDZWw7bS4RoCqm2FFgXpl8w="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
{"GlobalPropertiesHash":"Vv3ZIFK+0bT20FA10vwZxzRtjLTW7JRA9JkFwVgyXV0=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["5HnHHWBoGPgihQZiuPatAjCQIZfazjC\u002BHgJGiczqVHI=","02NmbYJdlIb1Nf3FgGLEDz5YaFy5EwIURNsNJPmEk5U=","fAOZSIz3gKIQI6fdR/X9kNW8NqmQNzV/H/AEvwshi/M=","jdZPs472HKlQzzQ3YVwv4T4N7TYFlUkPTfv0McPCI6w=","X0KJSrc90tqiFep0p2H35yS/Y4EaU\u002BpEThV5rGa5yvE=","ZzNPGbDqF4ZAJ6CzWLk0JDZWw7bS4RoCqm2FFgXpl8w="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
|
|
@ -13,6 +13,7 @@
|
||||||
],
|
],
|
||||||
"configProperties": {
|
"configProperties": {
|
||||||
"System.GC.Server": true,
|
"System.GC.Server": true,
|
||||||
|
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1 @@
|
||||||
{
|
{"Version":1,"ManifestType":"Publish","Endpoints":[]}
|
||||||
"Version": 1,
|
|
||||||
"ManifestType": "Publish",
|
|
||||||
"Endpoints": []
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,189 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>API.Admin</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:OnlineAssessment.SwaggerConfigurationOptions">
|
|
||||||
<summary>
|
|
||||||
Configures the Swagger generation options.
|
|
||||||
</summary>
|
|
||||||
<remarks>This allows API versioning to define a Swagger document per API version after the
|
|
||||||
<see cref="T:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiVersionDescriptionProvider"/> service has been resolved from the service container.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.SwaggerConfigurationOptions.#ctor(Microsoft.AspNetCore.Mvc.ApiExplorer.IApiVersionDescriptionProvider)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new instance of the <see cref="T:OnlineAssessment.SwaggerConfigurationOptions"/> class.
|
|
||||||
</summary>
|
|
||||||
<param name="provider">The <see cref="T:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiVersionDescriptionProvider">provider</see> used to generate Swagger documents.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.SwaggerConfigurationOptions.Configure(Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenOptions)">
|
|
||||||
<inheritdoc />
|
|
||||||
</member>
|
|
||||||
<member name="T:OnlineAssessment.SwaggerDefaultValues">
|
|
||||||
<summary>
|
|
||||||
Represents the Swagger/Swashbuckle operation filter used to document the implicit API version parameter.
|
|
||||||
</summary>
|
|
||||||
<remarks>This <see cref="T:Swashbuckle.AspNetCore.SwaggerGen.IOperationFilter"/> is only required due to bugs in the <see cref="T:Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator"/>.
|
|
||||||
Once they are fixed and published, this class can be removed.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.SwaggerDefaultValues.Apply(Microsoft.OpenApi.Models.OpenApiOperation,Swashbuckle.AspNetCore.SwaggerGen.OperationFilterContext)">
|
|
||||||
<summary>
|
|
||||||
Applies the filter to the specified operation using the given context.
|
|
||||||
</summary>
|
|
||||||
<param name="operation">The operation to apply the filter to.</param>
|
|
||||||
<param name="context">The current operation filter context.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.ExamTypesController.GetAll">
|
|
||||||
<summary>
|
|
||||||
This endpoint will retrieve all active examtypes(SU,A,T).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.ExamTypesController.Get(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will retrieve the active examtype by id (SU,A,T) but only SU can get inactive examtype.
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.ExamTypesController.AddExamType(OnlineAssessment.Domain.ViewModels.ExamTypeAddModel)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will add a new examtype(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.ExamTypesController.UpdateExamType(System.Int32,OnlineAssessment.Domain.ViewModels.ExamTypeEditModel)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will update the examtype(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.ExamTypesController.RestoreExamType(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will restore the deleted examtypes(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.InstitutesController.Get(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Get the detail of a institute
|
|
||||||
</summary>
|
|
||||||
<param name="id"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.InstitutesController.PostInstitute(OnlineAssessment.Domain.ViewModels.InstituteAddModel)">
|
|
||||||
<summary>
|
|
||||||
Add a new institute
|
|
||||||
</summary>
|
|
||||||
<param name="institute"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.LanguagesController.GetAll">
|
|
||||||
<summary>
|
|
||||||
This endpoint will retrieve all active languages(SU,A,T,S).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.LanguagesController.Get(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will retrieve the active language by id (SU,A,T) but only SU can get inactive language.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.LanguagesController.GetByCode(System.String)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will retrieve the active language by code (SU,A,T) but only SU can get inactive language.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.LanguagesController.AddLanguage(OnlineAssessment.Domain.ViewModels.LanguageAddModel)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will add a new language(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.LanguagesController.UpdateLanguage(System.Int32,OnlineAssessment.Domain.ViewModels.LanguageEditModel)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will update the language(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.LanguagesController.RestoreLanguage(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will restore the deleted languages(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.QuestionTypesController.GetAll">
|
|
||||||
<summary>
|
|
||||||
This endpoint will retrieve all active questiontypes(SU,A,T,S).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.QuestionTypesController.Get(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will retrieve the active questiontype by id (SU,A,T,S) but only SU can get inactive questiontype.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.QuestionTypesController.AddQuestionTypes(OnlineAssessment.Domain.ViewModels.QuestionTypeAddModel)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will add a new questiontype(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.QuestionTypesController.UpdateQuestionType(System.Int32,OnlineAssessment.Domain.ViewModels.QuestionTypeEditModel)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will update the language(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.QuestionTypesController.RestoreQuestionType(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will restore the deleted questiontypes(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.RolesController.GetAll">
|
|
||||||
<summary>
|
|
||||||
This endpoint will retrieve all active roles(SU,A,T,S).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.RolesController.AddRole(OnlineAssessment.Domain.ViewModels.RoleAddModel)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will add a new role(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.RolesController.UpdateRole(System.Int32,OnlineAssessment.Domain.ViewModels.RoleEditModel)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will update the role(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.RolesController.RestoreRole(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
This endpoint will restore the deleted role(SU).
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.BaseController`2.GetAll">
|
|
||||||
<summary>
|
|
||||||
Get list of the records for this entity
|
|
||||||
</summary>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.BaseController`2.Get(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Get a specific record by id
|
|
||||||
</summary>
|
|
||||||
<param name="id"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:OnlineAssessment.V1.Controllers.BaseController`2.Delete(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Delete a record
|
|
||||||
</summary>
|
|
||||||
<param name="id"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -8,8 +8,9 @@
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
|
"DefaultConnectionString": "Server=94.249.213.139;Database=odiproj1_oa;User Id=sa;Password=Odiware@1234!;TrustServerCertificate=True;MultipleActiveResultSets=true"
|
||||||
//"DefaultConnectionString": "yV213mRnQngKYPWcDvOoPbSopWdQ0VutXa7+S2RRjoI4G3nsjIF0PYPmwJffxL1WCdb+20HrHyf1t+DCMnGtzz6WWiwQ0oHWB26iCqTKLgQi53fmcRWMJsZkkxh4u8zKueZuEi6c/Er2MrTF4lwdqFkQmA3Wi/FzJAsifsqVer717EJkhhnz+h0pC4bQkX7P+y2TmirFPhJNWLb/uFFc5XIuKMYvuggyIOQoo84mLnX4s0Nn+FbzzmkLgVO1+dnrJAgWVJoiHcEvbdcQkfNw4LlvJ4qHS7oiBo2erYpo2USX4EwaBHnYA4xginfbudlv"
|
//"DefaultConnectionString": "yV213mRnQngKYPWcDvOoPbSopWdQ0VutXa7+S2RRjoI4G3nsjIF0PYPmwJffxL1WCdb+20HrHyf1t+DCMnGtzz6WWiwQ0oHWB26iCqTKLgQi53fmcRWMJsZkkxh4u8zKueZuEi6c/Er2MrTF4lwdqFkQmA3Wi/FzJAsifsqVer717EJkhhnz+h0pC4bQkX7P+y2TmirFPhJNWLb/uFFc5XIuKMYvuggyIOQoo84mLnX4s0Nn+FbzzmkLgVO1+dnrJAgWVJoiHcEvbdcQkfNw4LlvJ4qHS7oiBo2erYpo2USX4EwaBHnYA4xginfbudlv"
|
||||||
"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
//"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
||||||
},
|
},
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,8 @@
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
"DefaultConnectionString": "Server=94.249.213.139;Database=odiproj1_oa;User Id=sa;Password=Odiware@1234!;TrustServerCertificate=True;MultipleActiveResultSets=true"
|
||||||
|
//"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo="
|
||||||
},
|
},
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
"Key": "THIS_IS_ODIWARE_SECRET_KEY",
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue