Versions Compared

Key

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

...

In the config.production.json file-- normally found in c:\inetpub\wwwroot\VSWeb\wwwroot\ you can add append the following sections to the end:

Automatic Inactivity Timeout

...

To add all 3, separate the sections with a comma, such as:

Code Block
"apiEndpoint":  "<http://someurl.com:5000",>
"uatStorage":  "session",
"azureClientId":  "",
"idleTimeout" : 
  {

...

"enabled": false,

...


  "graceTime": 60,

...


  "idleTime": 900

...

},

...


"singleSession" : 
  {

...

"enabled": true,

...


  "interval": 10

...

},

...


"disclaimer": 
  {

...

"enabled": true,

...

"message": "

...

By using this system you agree to use it only for good."}