Jared 2 năm trước cách đây
mục cha
commit
d4e82055e6
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      run.py

+ 3 - 1
run.py

@@ -10,5 +10,7 @@ if __name__ == '__main__':
         level=logging.INFO,
         format='%(asctime)s %(levelname)s %(message)s')
     #app.run(host='0.0.0.0', debug=True, port=5000)
-    app.run(host='139.162.119.173', debug=True, port=5000)
+    app.run(host='0.0.0.0', debug=True, port=5000)
+#    app.run(host='139.162.119.173', debug=True, port=5000)
+
     #app.run(host='139.162.119.173', debug=True, port=5000, ssl_context=('/etc/letsencrypt/live/api.ptt.cx/cert.pem','/etc/letsencrypt/live/api.ptt.cx/privkey.pem'))