From b7529c4010f08e8026464e2b45075a21a618efe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=85=89=E5=B0=91=E5=B9=B4?= <849317537@qq.com> Date: Thu, 31 Oct 2024 16:24:05 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- readme.md | 2 +- test/service/client.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5dcad25..6fe0a1f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ USER_NAME := rocker GROUP_NAME := $(USER_NAME) UID = 7788 GID = 7788 -PASSWORD = quant_u2Oh0Go9J76aQb3h7Ybgapw@yanguangshaonian +PASSWORD = quant_u2Oh0Go9J76aQb3h7Ybg2apw@yanguangshaonian build: cargo build --release diff --git a/readme.md b/readme.md index e5a7d25..69c0044 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ $ apt install ca-certificates # 创建一个rocker用户和他的home $ useradd -m -s /bin/bash rocker -u 7788 -# 创建密码 quant_u2Oh0Go9J76aQb3h7Ybgapw@yanguangshaonian +# 创建密码 quant_u2Oh0Go9J76aQb3h7Ybg2apw@yanguangshaonian $ passwd rocker # 创建一个rocker的用户组并把上面的用户添加到组中 diff --git a/test/service/client.py b/test/service/client.py index 4f24e35..7c54e4f 100644 --- a/test/service/client.py +++ b/test/service/client.py @@ -54,7 +54,7 @@ console.log("hello world~~") if __name__ == "__main__": import requests - url = "http://127.0.0.1:8011" + url = "https://code.quant.cm" # resp = requests.post(url, json={"code": python_code, "language": "python"}) # resp = requests.post(url, json={"code": cpp_code, "language": "cpp"}) # resp = requests.post(url, json={"code": go_code, "language": "go"})