From a9ba1580dccc5d572585c299a154a64d61c6e28e Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Fri, 9 Aug 2019 03:44:17 +0300 Subject: [PATCH] Documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a29fc2..8861336 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The **trains-server** default configuration can be easily overridden using exter In order to apply the new configuration, you must restart the server (see [Restarting trains-server](#restart-server)). -### Configuring TRAINS to Authenticate Web Login Credentials +### Adding Web Login Authentication By default anyone can login to the **trains-server** Web-App. You can configure the **trains-server** to allow only a specific set of users to access the system. @@ -136,7 +136,7 @@ Sample fixed user configuration file `/opt/trains/config/apiserver.conf`: To apply the `apiserver.conf` changes, you must restart the *trains-apiserver* (docker) (see [Restarting trains-server](#restart-server)). -### Configuring the Non-Responsive Experiments Watchdog Thresholds +### Configuring the Non-Responsive Experiments Watchdog The non-responsive experiment watchdog, monitors experiments that were not updated for a given period of time, and marks them as `aborted`. The watchdog is always active with a default of 7200 seconds (2 hours) of inactivity threshold.