Thank you Ailiniyazi,
I am using localhost:5000 (the default setting) but when I boot Adapt with no internet connection I get the following:
$ node server
info [27 Sep 19 16:31:18 +01:00] configuration loaded from C:\Users\Andy\adapt_a
uthoring\conf\config.json
info [27 Sep 19 16:31:20 +01:00] Supporting the following authentication types:
info [27 Sep 19 16:31:20 +01:00] - local
(node:7072) DeprecationWarning: current Server Discovery and Monitoring engine i
s deprecated, and will be removed in a future version. To use the new Server Dis
cover and Monitoring engine, pass option { useUnifiedTopology: true } to the Mon
goClient constructor.
error [27 Sep 19 16:31:21 +01:00] Failed to connect to https://api.github.com/
info [27 Sep 19 16:31:23 +01:00] Connection established: adapt-tenant-master
error [27 Sep 19 16:31:23 +01:00] Some of the prerequisites could not be found,
see above for details.
I've obviously got something wrong in the set-up as it looks like it's trying to connect to github.com.
I'm not overly technical so not sure where this line of code is and if it can be removed without doing the boot sequence any damage.
Once I connect to the internet again, everything works well.
Thank you for your advice.
Andy