| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "App": {
- "CorsOrigins": "https://*.abc.com,http://localhost:9527,http://123.60.180.165:8020,http://123.60.180.165:8022,http://123.60.180.165:8024"
- },
- "ConnectionStrings": {
- //"Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
- //"DOPLog": "Server=123.60.180.165;Database=doplog;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
- //"DOPBang": "Server=123.60.180.165;Database=dopbang;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
- //"DOPExt": "Server=123.60.180.165;Database=dopext;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
- "Default": "Server=123.60.180.165;Database=dopdesign;uid=sa;pwd=5heng)uN;Trusted_Connection=false;TrustServerCertificate=True",
- "DOPLog": "Server=123.60.180.165;Database=dopdesign;uid=sa;pwd=5heng)uN;Trusted_Connection=false;TrustServerCertificate=True",
- "DOPBang": "Server=123.60.180.165;Database=dopdesign;uid=sa;pwd=5heng)uN;Trusted_Connection=false;TrustServerCertificate=True",
- "DOPExt": "Server=123.60.180.165;Database=dopdesign;uid=sa;pwd=5heng)uN;Trusted_Connection=false;TrustServerCertificate=True",
- "MongoDB": "mongodb://zzydop:h1Q$us3r@123.60.180.165/",
- "DBName": "dopbase"
- },
- "Redis": {
- "Configuration": "192.168.1.191"
- },
- "ElasticSearch": {
- "Url": "http://localhost:9200"
- },
- "AuthServer": {
- "Authority": "http://localhost:53362"
- },
- "RemoteServices": {
- "Default": {
- "BaseUrl": "http://localhost:59682/",
- "UseCurrentAccessToken": "false"
- }
- },
- "IdentityClients": {
- "Default": {
- "GrantType": "client_credentials",
- "ClientId": "business-app",
- "ClientSecret": "1q2w3E*",
- "Authority": "http://localhost:53362",
- "Scope": "InternalGateway BaseService"
- }
- },
- "UseSwagger": "true",
- "Hangfire": {
- "Login": "admin",
- "Password": "abc123"
- },
- "appSettings": {
- "ThinkFlow": "http://localhost:21407"
- }
- }
|