appsettings.json 794 B

123456789101112131415161718192021
  1. {
  2. "LanXinConfig": {
  3. "Url": "https://it.ofilm.com/portal/api/v1/lx/sendMsg",
  4. "Appid": "100570",
  5. "Secret": "L_9r@1b6Ui427uAqaI",
  6. "Tousers": "T10836,NF0899,N738361,NF1732"
  7. },
  8. "ConnectionStrings": {
  9. "eap": "Server=192.168.124.94;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;Max Pool Size=10;",
  10. "eapslave": "Server=192.168.124.97;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;Max Pool Size=10;"
  11. },
  12. "eap": {
  13. "DbType": "MySql",
  14. "ConnectionStrings": "Server=192.168.124.94;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;Max Pool Size=10;Allow User Variables=True;"
  15. },
  16. "Interval": 10, // ¼ä¸ôʱ¼ä£¨·ÖÖÓ£©
  17. "MaxQueueCount": 100,
  18. "MysqlCheckInterval": 1,
  19. "OfilmRecipeSperators": [ ".", "_", " ", "|" ],
  20. "Delay": 2
  21. }