1
hao
2025-03-27 a5913286aaeed55b91f48f6fd5af85dfe981bbd4
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "OracleDB": "User Id=xm_prd;Password=xmprd;Data Source=192.168.0.107:1521/ORCL"
  }
}