Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

- Please enter the host address as either an ip address, computername or the 'localhost'. Defaulted to: Your Computername.
Press Enter to accept default
This settles the hostname in the connectionstrings in the config.json file of the app. Recommended is to keep the default. If you are using a specific port for the Api server, put it behind your computername here. For example, Computername:8080. Port :80 is standard and does not have to be specified. In some cases, the computer name may give issues due to the DNS not being able to pick up the right computer name. In that case, try using the IP address instead. To get your machine's IP address, hit windows sign + R ? , type "cmd" ? , a command window will pop up, type "ipconfig" and hit enter ? . Look for the address behind IPv4 Address (it will look like the following: 192.168.1.155. Type this number (including the dots) in the Powershell window of the MPBM installation.

...