Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AppSettingsFile.json « Templates « MonoDevelop.AspNetCore « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3927db09e836a56cd5e34c4b5bc901a18df8970a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "ConnectionStrings": {
    "DefaultConnection": "DataSource=app.db"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "AllowedHosts": "*"
}