Created
June 29, 2019 03:23
-
-
Save dontpaniclabsgists/461a37f3b270e42756c3f51c38f7a8bb to your computer and use it in GitHub Desktop.
Custom Configuration Sections 3
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
<appSettings> | |
<add key="Server1" value="192.168.1.1"/> | |
<add key="Server2" value="192.168.1.6"/> | |
<add key="Server3" value="192.168.1.14"/> | |
</appSettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment