Add project files
This commit is contained in:
14
T120B165-ImgBoard/appsettings.Development.json
Normal file
14
T120B165-ImgBoard/appsettings.Development.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Jwt": {
|
||||
"Key": "your_secret_key_here_asta_lavista_baby",
|
||||
"Issuer": "your_app",
|
||||
"Audience": "your_app_users",
|
||||
"DurationInMinutes": 60
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user