Skip to content

Configuration

Andreas Zahnen edited this page Apr 4, 2017 · 2 revisions

Configuration

The ProfileManagementTool server configuration file can be found at "pmt\src\server\cfg\config.js". If you want to change any of the settings below, open the file in a text editor.

Web Server Port

If you want the ProfileManagmentTool server to listen on a different port than 80, change the setting of "server.port" in the configuration file.

MongoDB URI

If the MongoDB instance that the ProfileManagementTool should use is running on a different machine, on a non-default port or uses authentication, you can change the setting of "db.url" in the configuration file.

The value needs to be a valid MongoDB Connection String URI, see https://docs.mongodb.com/manual/reference/connection-string/.

Clone this wiki locally