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

feat(dgw): ngrok configuration #442

Merged
merged 2 commits into from
May 20, 2023
Merged

feat(dgw): ngrok configuration #442

merged 2 commits into from
May 20, 2023

Conversation

CBenoit
Copy link
Member

@CBenoit CBenoit commented May 20, 2023

Ngrok Configuration

Heavily based on official ngrok agent configuration: https://ngrok.com/docs/ngrok-agent/config

Comparison with ngrok.yml

image

Config sample

{
  "Id": "aa0b2a02-ba9d-4e87-b707-03c6391b86fb",
  "ProvisionerPublicKeyFile": "provisioner.pub.key",
  "ProvisionerPrivateKeyFile": "provisioner.priv.key",
  "Ngrok": {
    "Authtoken": "4nq9771bPxe8ctg7LKr_2ClH7Y15Zqe4bWLWF9p",
    "Tunnels": {
      "http-endpoint": {
        "Proto": "http",
        "Domain": "user-subdomain.ngrok.io",
      },
      "tcp-endpoint": {
        "Proto": "tcp",
        "RemoteAddr": "1.tcp.ngrok.io:19139"
      }
    }
  }
}

@CBenoit CBenoit requested a review from a team May 20, 2023 01:49
@CBenoit CBenoit merged commit 9e29a1d into master May 20, 2023
@CBenoit CBenoit deleted the DGW-90 branch May 20, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants