You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.