by Jake Dallimore.
Hi Ken,
There are two lines you need to set in config.php to use ngrok. I had assumed you already had the first but it sounds like you don't.
Add these two below the existing $CFG->wwwroot line (or comment that one out).
$CFG->wwwroot = 'https://XXXXX.ngrok.io/imaster'; // Use your ngrok URL here of course.
$CFG->sslproxy = true;
And that's it. That should work just fine.
Cheers,
Jake
There are two lines you need to set in config.php to use ngrok. I had assumed you already had the first but it sounds like you don't.
Add these two below the existing $CFG->wwwroot line (or comment that one out).
$CFG->wwwroot = 'https://XXXXX.ngrok.io/imaster'; // Use your ngrok URL here of course.
$CFG->sslproxy = true;
And that's it. That should work just fine.
Cheers,
Jake