From 55ed6a480ea049f789d778e4bae06ffa4d790ee1 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 19 Apr 2020 08:18:36 +0000 Subject: Add single instance mode --- bloat.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bloat.conf') diff --git a/bloat.conf b/bloat.conf index e4ea384..ae2f007 100644 --- a/bloat.conf +++ b/bloat.conf @@ -25,6 +25,13 @@ client_scope=read write follow # Example: "http://localhost:8080", "https://mydomain.com" client_website=http://localhost:8080 +# In single instance mode, bloat will not ask for instance domain name and +# user will be directly redirected to login form. User login from other +# instances is not allowed in this mode. +# Empty value disables single instance mode. +# Example: "mydomain.com" +single_instance= + # Path of database directory. It's used to store session information. database_path=database -- cgit v1.2.3