jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “config”

3 shown · updated 55s ago · read only
  1. How to configure HTTPS with a Self-Signed Certificate for a Tomcat application via a subdomain without browser warnings? (stackoverflow.com)stack

    27 points by Vishal in stackoverflow.com · 33m ago · stack

    I am trying to map a local Java Tomcat web application to an organizational subdomain with HTTPS using a self-signed certificate. My Current Setup: Internal Application URL: http://10.10.10.10:8084/Transact (Running on Apache Tomcat) Desired Public/Internal URL: https://officewo…
  2. Resolving IConfiguration with environment-specific AppSettings.json (stackoverflow.com)stack

    14 points by Tanveer Haresh in stackoverflow.com · 17mo ago · stack

    I have two settings files appsettings.json and appsettings.Development.json. I am navigating between them by putting this code in Program.cs if (Debugger.IsAttached) { configBuilder .SetBasePath(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)) .AddJsonFile("appse…