settings.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "project": "九州幻姬2023",
  3. "title": "后台数据刷新工具",
  4. "prikey": "key.pem",
  5. "table_flushing_cfg": "fls_cfg",
  6. "proxy": {
  7. "proxyHost": "wanggang.com",
  8. "proxyPort": "8888",
  9. "useProxy": false,
  10. "proxyNeedAccount": false,
  11. "proxyUserName": "",
  12. "proxyPwd": ""
  13. },
  14. "Targets": {
  15. "dev": {
  16. "mysqlConnStr": "server=192.168.10.16;user=gwang;database=jzhj2023_cfg;port=3306;password=wanggang1985;Charset=utf8",
  17. "host": "jzhj.game7000.com",
  18. "api": "/jzhj2023_dev/Gameserver/App/service_call/cmemdata/kvflush.php",
  19. "clientVersion": "999.999.999",
  20. "cmdStr": "oss_up.bat"
  21. },
  22. "dev_wg": {
  23. "mysqlConnStr": "server=192.168.10.16;user=gwang;database=jzhj2023_cfg;port=3306;password=wanggang1985;Charset=utf8",
  24. "host": "192.168.10.86",
  25. "api": "/jzhj2023/Gameserver/App/service_call/cmemdata/kvflush.php",
  26. "clientVersion": "999.999.999",
  27. "cmdStr": "oss_up.bat"
  28. }
  29. },
  30. "Gen_PHP": false,
  31. "Gen_Cs": true,
  32. "Gen_Bytes": true,
  33. "Gen_Json": false,
  34. "PHP_OutDir": "F:\\jiuzhou\\jzhj2023server\\Gameserver\\App\\model\\Const",
  35. "Cs_OutDir": "D:\\local_svn\\0_ylsj2019\\jzhj2023_hot\\Assets\\__Scripts\\Server\\Proxy\\ConstMo_Auto",
  36. "Json_OutDir": null,
  37. "Bytes_OutDir": null,
  38. "Prefix": "sm_",
  39. "FieldsExcludeKey": false,
  40. "Gen_cs_struct": true
  41. }