123456789101112131415161718192021222324252627282930313233343536 |
- {
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "Sharing": " PORT=5432;DATABASE=sharing;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
- "Redis": "110.188.24.182",
- "MongoDB": "mongodb://192.168.100.121:27017"
- },
- "Swagger": true,
- "Cors": {
- "Origins": [ "http://localhost:8888", "http://admin.hotline.fw.com", "http://hotline.fw.com" ]
- },
- "DatabaseConfiguration": {
- "ApplyDbMigrations": true,
- "ApplySeed": false
- },
- "MqConfiguration": {
- "DbConnectionString": "PORT=5432;DATABASE=fwmq;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
- "UseDashBoard": true,
- "RabbitMq": {
- "UserName": "dev",
- "Password": "123456",
- "HostName": "110.188.24.182",
- "VirtualHost": "fwt-master"
- }
- },
- "ChannelConfiguration": {
- "Province": {
- "HuiJu": "http://103.203.219.157/cns-sccthj-job-test/rest/",
- "XieTong": "http://103.203.219.157/cns-scxthj-rest-test/rest/",
- "ClientId": "6384f475-2e1e-4985-9e34-51a3379452d0",
- "ClientSecret": "3e92b698-d640-4056-be94-128710ac1a7e"
- }
- },
- "IdentityUrl": "http://identity.fw.com",
- "AreaCode": "511500"
- }
|