This commit is contained in:
c-d-p
2021-06-27 14:26:51 +10:00
parent 4bda64ca17
commit ade3745024

View File

@@ -20,8 +20,10 @@ import socket
####################################### Flask App globals ####################################### ####################################### Flask App globals #######################################
PROD_HOST="pa_web" PROD_HOST="pa_web"
hostname = socket.gethostname() hostname = socket.gethostname()
print( "Running on: {}".format( hostname) ) print( "Running on: {}".format( hostname) )
app = Flask(__name__) app = Flask(__name__)
### what is this value? I gather I should change it? ### what is this value? I gather I should change it?