Modify .gitignore
This commit is contained in:
parent
16c9aae729
commit
e10afd2eba
2
.gitignore
vendored
2
.gitignore
vendored
@ -364,3 +364,5 @@ FodyWeavers.xsd
|
|||||||
/qtc-net-server/qtcdev.db
|
/qtc-net-server/qtcdev.db
|
||||||
/qtc-net-server/qtcdev.db-shm
|
/qtc-net-server/qtcdev.db-shm
|
||||||
/qtc-net-server/qtcdev.db-wal
|
/qtc-net-server/qtcdev.db-wal
|
||||||
|
/qtc-net-server/run.Development.bat
|
||||||
|
/qtc-net-server/appsettings.json
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"Jwt": {
|
|
||||||
"Key": "bgpLLhY2L2UeZN3sj6WwSzScFmY3JgWfs33ZEJNcaPzC2TEnfZz",
|
|
||||||
"Issuer": "http://localhost",
|
|
||||||
"Audience": "http://localhost",
|
|
||||||
"DefaultUserRole": "User"
|
|
||||||
},
|
|
||||||
"ConnectionStrings": {
|
|
||||||
"DefaultConnection": "Server=db;Database=qtcdb;Uid=root;Pwd=EuK3pXkaPCR9cW",
|
|
||||||
"DevelopmentConnection": "Data Source=qtcdev.db"
|
|
||||||
},
|
|
||||||
"GeneralConfig": {
|
|
||||||
"CDNPath": "./user-content"
|
|
||||||
},
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft.AspNetCore": "Warning"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"AllowedHosts": "*"
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
@ECHO OFF
|
|
||||||
dotnet run --project qtc-net-server.csproj -lp http -e ASPNETCORE_ENVIRONMENT="Development"
|
|
Loading…
x
Reference in New Issue
Block a user