Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change htttp to https in web.config file of README.md #6

Merged
merged 1 commit into from Mar 9, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

change htttp to https in web.config file of README.md

Change http to https for by default secure transmission.
  • Loading branch information
Shwetajain148
Shwetajain148 committed Mar 3, 2017
commit c129da49ea55dba81fe64795a349da969ff88d0d
@@ -18,7 +18,7 @@ Add the following code in your web.config to configure LogglyAppender in your ap
<appender-ref ref="LogglyAppender" />
</root>
<appender name="LogglyAppender" type="log4net.loggly.LogglyAppender, log4net-loggly">
<rootUrl value="http://logs-01.loggly.com/" />
<rootUrl value="https://logs-01.loggly.com/" />
<inputKey value="your-customer-token" />
<tag value="your-custom-tag" />
<logicalThreadContextKeys value="lkey1,lkey2" /> <!-- optional -->
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.