Last active
July 16, 2023 15:31
-
-
Save josemarcosrf/8e6a34b0e00e65e72e9deff0c9e43874 to your computer and use it in GitHub Desktop.
ngrok configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File to be found at: ~/.config/ngrok/ngrok.yml | |
# More info: https://ngrok.com/docs/ngrok-agent/config#config-ngrok | |
authtoken: <your-auth-token-here> | |
# To allow for transparent background | |
console_ui: true | |
console_ui_color: transparent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment