????
Current Path : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/www/ |
Current File : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/www/web.config |
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <handlers> <add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" requireAccess="Script" /> </handlers> <httpPlatform stdoutLogEnabled="true" stdoutLogFile="..\logs\node.log" startupTimeLimit="20" processPath="C:\Program Files\nodejs\node.exe" arguments=".\server.js"> <environmentVariables> <environmentVariable name="PORT" value="%HTTP_PLATFORM_PORT%" /> <environmentVariable name="NODE_ENV" value="Production" /> <environmentVariable name="HOSTNAME" value="0.0.0.0" /> </environmentVariables> </httpPlatform> </system.webServer> </configuration>