-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Andreas Zahnen edited this page Apr 4, 2017
·
2 revisions
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.
If you want the ProfileManagmentTool server to listen on a different port than 80, change the setting of "server.port" in the configuration file.
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/.