Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
workWithSessions: {
  enabled: true,
  credentials: "C:\myprojectmy-project\sessions-credentials"
}

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.

...