| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "App": {
- "CorsOrigins": "https://*.abc.com,http://localhost:9527"
- },
- "ConnectionStrings": {
- "Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;",
- "MongoDB": "mongodb://zzydop:h1Q$us3r@123.60.180.165/dopbase",
- "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": "false",
- "Hangfire": {
- "Login": "admin",
- "Password": "abc123"
- }
- }
|