Created
August 14, 2020 17:43
-
-
Save szul/2388c3758a3c649241617af58b95793b to your computer and use it in GitHub Desktop.
Example IISNode YAML file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_env: "production" | |
nodeProcessCommandLine: "C:\Program Files\nodejs\node.exe --no-deprecation --no-warnings" | |
promoteServerVars: "HTTP_UID,LOGON_USER" | |
nodeProcessCountPerApplication: 4 | |
debugHeaderEnabled: true | |
devErrorsEnabled: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment