Skip to content

Commit

Permalink
expand environment variables in iisnode\@watchedFiles and iisnode\@co…
Browse files Browse the repository at this point in the history
…nfigOverrides
  • Loading branch information
tjanczuk committed May 10, 2012
1 parent c779fb8 commit 477dc64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/config/iisnode_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Details at http://learn.iis.net/page.aspx/241/configuration-extensibility/
<attribute name="appendToExistingLog" type="bool" defaultValue="false"/>
<attribute name="devErrorsEnabled" type="bool" defaultValue="true"/>
<attribute name="flushResponse" type="bool" defaultValue="false"/>
<attribute name="watchedFiles" type="string" defaultValue="*.js;iisnode.yml"/>
<attribute name="watchedFiles" type="string" expanded="true" defaultValue="*.js;iisnode.yml"/>
<attribute name="enableXFF" type="bool" defaultValue="false"/>
<attribute name="promoteServerVars" type="string" defaultValue=""/>
<attribute name="configOverrides" type="string" defaultValue="iisnode.yml"/>
<attribute name="configOverrides" type="string" expanded="true" defaultValue="iisnode.yml"/>
</sectionSchema>
</configSchema>
4 changes: 2 additions & 2 deletions src/config/iisnode_schema_x64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Details at http://learn.iis.net/page.aspx/241/configuration-extensibility/
<attribute name="appendToExistingLog" type="bool" defaultValue="false"/>
<attribute name="devErrorsEnabled" type="bool" defaultValue="true"/>
<attribute name="flushResponse" type="bool" defaultValue="false"/>
<attribute name="watchedFiles" type="string" defaultValue="*.js;iisnode.yml"/>
<attribute name="watchedFiles" type="string" expanded="true" defaultValue="*.js;iisnode.yml"/>
<attribute name="enableXFF" type="bool" defaultValue="false"/>
<attribute name="promoteServerVars" type="string" defaultValue=""/>
<attribute name="configOverrides" type="string" defaultValue="iisnode.yml"/>
<attribute name="configOverrides" type="string" expanded="true" defaultValue="iisnode.yml"/>
</sectionSchema>
</configSchema>

0 comments on commit 477dc64

Please sign in to comment.