Update: VE IPSERVER
This commit is contained in:
@@ -5,6 +5,7 @@ import os
|
||||
|
||||
load_dotenv()
|
||||
|
||||
ip = os.getenv("IPSERVER")
|
||||
puerto = os.getenv("PORT")
|
||||
monitor1 = os.getenv("MONITOR_ID_1")
|
||||
monitor2 = os.getenv("MONITOR_ID_2")
|
||||
@@ -62,4 +63,4 @@ def api_pie():
|
||||
return Response(mensaje, mimetype='text/plain')
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True,host='192.168.82.156', port=puerto)
|
||||
app.run(debug=True,host=ip, port=puerto)
|
||||
@@ -7,3 +7,4 @@ PORT=5000
|
||||
MONITOR_ID_1=1
|
||||
MONITOR_ID_2=2
|
||||
ORA_DIRECTORY="C:/oracle/product/11.2.0.4"
|
||||
IPSERVER = 192.168.82.156
|
||||
Reference in New Issue
Block a user