Max Halford 10 лет назад
Родитель
Сommit
3de11730d0
1 измененных файлов с 2 добавлено и 2 удалено
  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