12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "TokenKey": "Authorization",
- "TokenValue": "123456",
- "JwtKeyName": "JwtKeyName",
- "JwtSecurityKey": "1CC76841-F25D-4389-89FE-0F9451163CF1",
- "DbPath": {
- "Project": "/db/Projects.json",
- "Tasks": "/db/Tasks.json"
- },
- "UseRedis": "0",
- "RedisDbPath": {
- "Project": "IMCS.CCS:Project",
- "Tasks": "IMCS.CCS:Tasks"
- },
- "RedisConnectionString": "192.168.50.111:6379,password=123456,defaultDatabase=0",
- "ConnectionStrings": {
- "mysqlContext": "server=localhost;port=3306;database=ccs_331;uid=root;pwd=123456;CharSet=utf8;Allow Zero Datetime=True",
- "ecsUrlContext": "http://localhost:9099/api/authority/taskNode/taskNodeCallback",
- //"FTPServer": "192.168.170.25",
- //"FTPUser": "PROG",
- //"FTPPwd": "abc.1234",
- "FTPServer": "127.0.0.1",
- "FTPUser": "test",
- "FTPPwd": "test",
- "fanucUrlContext": "http://127.0.0.1:5100/fanuc/",
- "opcuacUrlContext": "http://127.0.0.1:8010/opcua/",
- "hdhUrlContext": "http://127.0.0.1:8011/heidenhain/"
- }
- }
|