mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-07-09 19:24:18 +00:00
Add single instance mode
This commit is contained in:
parent
5abbadfa62
commit
55ed6a480e
5 changed files with 82 additions and 43 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue