cd contrib; make reinstall
This commit is contained in:
parent
bdc974b29b
commit
198d5bc202
13 changed files with 61 additions and 23 deletions
24
src/Yavsc.Web/appsettings-web.json
Executable file
24
src/Yavsc.Web/appsettings-web.json
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"Authencication": {
|
||||
"Issuer": "https://localhost:5001",
|
||||
"Client": {
|
||||
"Id": "mvc",
|
||||
"Secret": "lame-secret"
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
"Endpoints":
|
||||
{
|
||||
"Https": {
|
||||
"Url": "https://localhost:5003"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue