Skip to content

Commit

Permalink
update database
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanmd91 committed Jan 26, 2024
1 parent 5d70da7 commit aad126a
Show file tree
Hide file tree
Showing 35 changed files with 834 additions and 0 deletions.
Binary file not shown.
Binary file added Ecom.WebAPI/publish/AutoMapper.dll
Binary file not shown.
Binary file added Ecom.WebAPI/publish/BouncyCastle.Cryptography.dll
Binary file not shown.
Binary file added Ecom.WebAPI/publish/EFCore.NamingConventions.dll
Binary file not shown.
Binary file added Ecom.WebAPI/publish/Ecom.Controller.dll
Binary file not shown.
Binary file added Ecom.WebAPI/publish/Ecom.Core.dll
Binary file not shown.
Binary file added Ecom.WebAPI/publish/Ecom.Service.dll
Binary file not shown.
770 changes: 770 additions & 0 deletions Ecom.WebAPI/publish/Ecom.WebAPI.deps.json

Large diffs are not rendered by default.

Binary file added Ecom.WebAPI/publish/Ecom.WebAPI.dll
Binary file not shown.
Binary file added Ecom.WebAPI/publish/Ecom.WebAPI.exe
Binary file not shown.
21 changes: 21 additions & 0 deletions Ecom.WebAPI/publish/Ecom.WebAPI.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "7.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}
Binary file added Ecom.WebAPI/publish/MailKit.dll
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 added Ecom.WebAPI/publish/Microsoft.OpenApi.dll
Binary file not shown.
Binary file added Ecom.WebAPI/publish/MimeKit.dll
Binary file not shown.
Binary file not shown.
Binary file added Ecom.WebAPI/publish/Npgsql.dll
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 changes: 8 additions & 0 deletions Ecom.WebAPI/publish/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}
23 changes: 23 additions & 0 deletions Ecom.WebAPI/publish/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"LocalDb": "Host=localhost;Database=Ecom;Username=postgres;Password=postgres",
"Store": "Server=balarama.db.elephantsql.com;Database=pzopquyy;Username=pzopquyy;Password=mM9_oduWmu-r0RfMVKWAITG8BMtAC0Bv",
"Ilh": "Server=ilhserver.postgres.database.azure.com;Database=;Port=5432;Username=ilhserver;Password=Nokia6300;"
},
"Jwt": {
"Issuer": "Hasan",
"Audience": "https://joydipkanjilal.com/",
"Key": "dvsdvsbfsdbgnghnfgnfgn'"
},

"EmailHost": "smtp.gmail.com",
"EmailUsername": "[email protected]",
"EmailPassword": "lezkfoauvhfhxpdy"
}
Binary file not shown.
12 changes: 12 additions & 0 deletions Ecom.WebAPI/publish/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\Ecom.WebAPI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 246BF5E4-F9CC-442E-B40F-A4793F18F151-->

0 comments on commit aad126a

Please sign in to comment.