designer
Description
The designer setting is a true/false setting that enables or disables the Visual Designer for Profound.js. The default value is true.
When enabled, the Visual Designer is reached at http://server:port/ide, where server and port are the Profound.js server and port. If Profound.js is installed and started on your local PC, use localhost as the server name.
For a production deployment, a value of false is recommended so that the design tools are not reachable from the running application server.
Example
Disable the Visual Designer on a production instance:
designer: falseFor information on how to modify this setting, see Configuration File.