Newer
Older
NoteApi / appsettings.json
@fabre fabre 13 days ago 312 bytes init
{
  "ConnectionStrings": {
    "Default": "Server=10.16.1.100;Database=Note;User Id=sa;Password=monkeY2b;TrustServerCertificate=True"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "Urls": "http://0.0.0.0:5116",
  "AllowedHosts": "*"
}