• Judger Kernel 配置文件

    ```json
    {
    “system”: {
    “startup_config”: “config.cfg”,
    “sysname”: “Judge-Kernel”,
    “JudgePath”: “judger.exe”,
    “sock_port”: 5000
    },

    1. "judger": {
    2. "WorkingPath": "temp/",
    3. "JudgeLogPath": "logfile/judge_log/",
    4. "judge_logbuf_size": 500,
    5. "DataPath": "data",
    6. "DeleteTemp": 1,
    7. "LimitJudge": 2000001
    8. },
    9. "mysql": {
    10. "url": "172.17.0.1",
    11. "username": "xxx",
    12. "password": "pwd",
    13. "tabl...
    83.0k 0
    ACSolo post at 2 years ago