CoreySchneider-MSFT
Results
2
comments of
CoreySchneider-MSFT
@ffMathy how do we utilize an ngrok auth token? I am passing my authToken from config (appsettings.json) to the "options" in my program.cs file. `builder.Services.AddNgrokHostedService(new FluffySpoon.Ngrok.NgrokOptions() { AuthToken = builder.Configuration.GetValue("ngrokAuthToken")...
@ffMathy thank you for prompt response, I was able to get working by running ngrok.exe from my project folder manually in powershell and setting the authtoken: Ex: ".\ngrok.exe authtoken token_value"...