????

Your IP : 3.147.83.1


Current Path : C:/inetpub/vhost/redmine/
Upload File :
Current File : C:/inetpub/vhost/redmine/web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <handlers>
            <add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
        </handlers>
        <httpPlatform processPath="C:\opt\ruby\bin\ruby.exe" arguments="&quot;C:\opt\ruby\bin\thin&quot; start -p %HTTP_PLATFORM_PORT% -e production -c &quot;C:\inetpub\vhost\redmine&quot;">
            <environmentVariables>
                <environmentVariable name="PATH" value="C:\opt\msys64\mingw32\bin;C:\opt\msys64\mingw64\bin;C:\opt\msys64\usr\bin;C:\opt\ruby\bin;C:\opt\pgsql\bin;%PATH%" />
                <environmentVariable name="RUBY_DLL_PATH" value="C:\opt\pgsql\bin" />
            </environmentVariables>
        </httpPlatform>
    </system.webServer>
</configuration>