From ee8eba4c1178854e9fb5e53ab6e5c2c302af922b Mon Sep 17 00:00:00 2001 From: Thomas Hassenstein <2021544@stud.hs-mannheim.de> Date: Tue, 13 Jun 2023 18:50:06 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9EREST/old?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ini datei update --- REST/old/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REST/old/uwsgi.ini b/REST/old/uwsgi.ini index 0567e12..21d5e02 100644 --- a/REST/old/uwsgi.ini +++ b/REST/old/uwsgi.ini @@ -5,7 +5,7 @@ http-timeout = 86400 processes = 4 # Socket-Datei, die uWSGI verwenden soll -socket = 127.0.0.1:5000 +socket = 172.16.78.57:5000 # WSGI-Anwendung zum Ausführen (hier 'app' in der Datei app.py) module = app:app