Browse Source

Fixed SERVERNAME in config.py

Max Halford 10 năm trước cách đây
mục cha
commit
3de11730d0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -1,5 +1,5 @@
-# Name and port of the server
-SERVER_NAME = ['localhost:5000']
+# Host and port of the server
+SERVER_NAME = '0.0.0.0:5000'
 # DEBUG has to be to False in a production enrironment for security reasons
 DEBUG = True
 # Secret key for generating tokens