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"})