Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

丁松杰 / Pole

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Pole
  • samples
  • apis
  • Backet.Api
  • appsettings.json
Find file
BlameHistoryPermalink
  • dingsongjie's avatar
    修改 部分bug · 0ad97bd8
    dingsongjie committed 5 years ago
    0ad97bd8
appsettings.json 865 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information",
      "Grpc": "Information"
    }
  },
  "postgres": {
    "main": "Server=192.168.0.248;Port=5432;Username=postgres;Password=comteck2020!@#;Database=Pole_samples_Backet;Enlist=True;Timeout=0;Command Timeout=600;Pooling=false;MinPoolSize=20;MaxPoolSize=500;"
  },
  "ServiceName": "Backet",
  "RabbitmqConfig": {
    "HostAddress": "rabbitmq://192.168.0.248/",
    "HostUserName": "comteck",
    "HostPassword": "comteck3030"
  },
  "MongoConfig": {
    "Servers": [
      {
        "Host": "192.168.0.248",
        "Port": "27017"
      }
    ]
  },
  "ReliableMessageOption": {
    "NetworkInterfaceGatewayAddress": "192.168.0.1"
  },
  "Kestrel": {
    "EndpointDefaults": {
      "Protocols": "Http2"
    }
  }
}