basicAuthCredentials





This configuration option was added in version 6.0.0 of Profound.js.

Specifies the path to a file containing basic authentication credentials to be used by the /reloadAPI and /reloadWorkspaces hot reload routes.  You can find more information on the hot reload routes here: Hot module reloading.

The basic authentication credentials file is created by the "store_credentials.js" command-line utility.  You can find an example of how to use the "store_credentials.js" command line utility here.

Examples

Allow access from specific IPs
basicAuthCredentials: "/profoundjs/basicAuthCredentials"

Click here for information on how to modify this setting.