Skip to content

Application settings StamAcasa.Api

trupci edited this page Mar 24, 2020 · 1 revision
{
  "ConnectionStrings": {
    "UserDBConnection": "Data Source=UserInfo.db"
  },
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "IdentityServerUrl": "https://localhost:5000",
  "AllowedCorsOrigins": [ "http://localhost:3000" ],
  "ApiConfiguration": [
    {
      "ApiName": "answersApi",
      "ApiSecret": "svpqYnJSR8xzn8Rl"
    },
    {
      "ApiName": "usersApi",
      "ApiSecret": "st4k!b7s$af201cv"
    }
  ],
  "TargetFolder": "answers",
  "StorageType": "FileSystem",
  "SwaggerOidcClientName": "swaggerClientLocalhost" 
}
Clone this wiki locally