Skip to content

Commit

Permalink
docs: HTTPS_CALLBACK env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Clem-Fern committed Apr 25, 2024
1 parent 8bdefae commit f3703e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ rtabby-web-api store tabby's configuration in a database. You can choose between
|BIND_PORT|Port listening on (Optional)|8989|8080|
|SSL_CERTIFICATE|Server certificate (Optional)|cert.pem|None|
|SSL_CERTIFICATE_KEY|Server certificate private key(Optional)|private.key|None|
|CLEANUP_USERS|Delete configurations own by unknown user (Be careful)(Optional)|true|false|
|CLEANUP_USERS|Delete configurations own by unknown user (Be careful)(Optional)|true|false|
|HTTPS_CALLBACK|Third party login, enable https on callback uri(Optional)|true|false|

## Usage

Expand Down

0 comments on commit f3703e4

Please sign in to comment.