49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"JwtSettings": {
|
|
"securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk="
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
//"EndPointSettings": {
|
|
// "EmployeeUrlBase": "http://localhost:5135"
|
|
//},
|
|
"EndPointSettings": {
|
|
"EmployeeUrlBase": "http://damageassesment.api.employees:80"
|
|
},
|
|
"RessourceSettings": {
|
|
"Employee": "/Employees",
|
|
"EmployeeById": "/Employees/{0}"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Dadeschools": {
|
|
"Authority": "https://dev-graph.dadeschools.net",
|
|
"TokenUrl": "https://dev-graph.dadeschools.net/connect/token",
|
|
"ClientId": "dmapi",
|
|
"ClientSecret": "bfce2c8d-2064-4a02-b19d-7f1d42b16eae",
|
|
//"TokenClientId": "damage_assessment_postman",
|
|
//"TokenClientSecret": "e4774164-f018-44c9-b9d2-3a29fc21db3c",
|
|
"scope": "openid profile",
|
|
"grant_type": "password",
|
|
"Name": "Dadeschools Identity Server"
|
|
},
|
|
"Scopes": [
|
|
{
|
|
"Name": "openid",
|
|
"Description": "Request an authentication token on your behalf"
|
|
},
|
|
{
|
|
"Name": "profile",
|
|
"Description": "Read basic information about you such as your date of brith and full name"
|
|
}
|
|
],
|
|
"ConnectionStrings": {
|
|
// "UsersAccessConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
|
|
"UsersAccessConnection": "Server=207.180.248.35;Database=da_survey_dev;User Id=sa;Password=YourStrongPassw0rd;TrustServerCertificate=True;"
|
|
|
|
}
|
|
}
|