| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "App": {
- "CorsOrigins": "https://*.abc.com,http://localhost:9527"
- },
- "ConnectionStrings": {
- "Default": "Server=123.60.180.165;Database=DOPCore;Uid=root; Pwd=5heng=uN;",
- "Business": "Server=123.60.180.165;Database=Business;Uid=root; Pwd=5heng=uN;"
- },
- "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": "false",
- "Hangfire": {
- "Login": "admin",
- "Password": "abc123"
- }
- }
|