Initial project import
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"Urls": "http://127.0.0.1:3000;http://0.0.0.0:5000",
|
||||
"ConnectionStrings": {
|
||||
"Default": ""
|
||||
},
|
||||
"Jwt": {
|
||||
"Secret": "",
|
||||
"Issuer": "MiaoJiZhang.Api",
|
||||
"Audience": "MiaoJiZhang.App",
|
||||
"ExpireDays": "30"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Admin": {
|
||||
"Key": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user