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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 0 additions & 22 deletions Dockerfile

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions bin/Debug/net7.0/net7.0/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}
28 changes: 28 additions & 0 deletions bin/Debug/net7.0/net7.0/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"Jwt": {
"Issuer": "MarketPlace",
"Audience": "MarketPlace",
"AccessTokenExpiration": 36000,
"RefreshTokenExpiration": 864000
},
"MarketPlaceDatabase": {
"DatabaseName": "MarketPlace",
"UserCollectionName": "User",
"ProjectCollectionName": "Project",
"NftCollectionName": "Nft",
"NftLikeCollectionName": "NftLike",
"CategoryCollectionName": "Category",
"PortfolioCollectionName": "Portfolio",
"ProjectLikeCollectionName": "ProjectLike",
"UserNftCollectionName": "UserNft",
"ProjectDetailCollectionName": "ProjectDetail",
"ProjectUpdateCollectionName": "ProjectUpdate"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}
Loading