twilio-labs / NgrokExtensions

Visual Studio integration with ngrok
MIT License
48 stars 26 forks source link

AppSettings vs 2017 #30

Open sdmonkey opened 5 years ago

sdmonkey commented 5 years ago

I'm still getting the random domains even when I set the app settings... I must be setting them incorrectly but I am not sure how. I've tried the below:

  "Values": {
    "ngrok-subdomain": "myTunnel"
  },
  "ngrok-subdomain": "myTunnel",

Is there a way to start a named tunnel? (from ngrok config)

dampee commented 5 years ago

Hi,

Documentation says it is "ngrok.subdomain": "my-cool-app" with a point, not a dash.

maybe try that?