Skip to content

Instantly share code, notes, and snippets.

View jth0024's full-sized avatar

Jordan Hurt jth0024

View GitHub Profile
@pbaio
pbaio / Template IISNode Web.config
Last active February 22, 2024 21:10
IISNode Web.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--
All appSettings are made available to your Node.js app via environment variables
You can access them in your app through the process.env object.
process.env.<key>
-->