|
@@ -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 has to be to False in a production enrironment for security reasons
|
|
|
DEBUG = True
|
|
DEBUG = True
|
|
|
# Secret key for generating tokens
|
|
# Secret key for generating tokens
|