Untitled

 avatar
unknown
plain_text
2 years ago
641 B
31
Indexable
<configuration>  
  <system.webServer>
    <handlers>
        <add name="Python FastCGI" path="*" verb="*" modules="C:\Users\achyu\AppData\Local\Programs\Python\Python310\python.exe|C:\Users\achyu\AppData\Local\Programs\Python\Python310\Lib\site-packages\wfastcgi.py" resourceType="Unspecified" requireAccess="Script" />
    </handlers>
  </system.webServer>
  <appSettings>
    <add key="WSGI_HANDLER" value="my_app.app" /> <!-- {name_of_file}.{name_of_flask_app}-->
    <add key="PYTHONPATH" value="C:\inetpub\wwwroot\ML-UI" />
 <add key="WSGI_LOG" value="C:\inetpub\wwwroot\ML-UI\app.log" />
  </appSettings>
</configuration>  
Editor is loading...