瀏覽代碼

dockerfile

李莎 2 年之前
父節點
當前提交
4bc027d260
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      config.json
  2. 2 1
      requirements.txt

+ 1 - 1
config.json

@@ -5,7 +5,7 @@
   },
   "mysql": {
     "host": "rm-2zek656j2bn934176xo.mysql.rds.aliyuncs.com",
-    "port": 3306,
+    "port": 53306,
     "user": "root",
     "passwd": "H%k3!BHw1kQXIc70",
     "database": "sagacloud_review"

+ 2 - 1
requirements.txt

@@ -1 +1,2 @@
-requests==2.27.1
+requests==2.27.1
+pymysql==1.0.2