Skip to content

Commit

Permalink
Add MESOP_STATE_SESSION_BACKEND_SQL_CONNECTION_URI to config docs. (#824
Browse files Browse the repository at this point in the history
)
  • Loading branch information
richard-to authored Aug 23, 2024
1 parent 6781ff3 commit 773bea3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ parameter specifies which Firestore collection that Mesop will write state sessi

**Default:** `mesop_state_sessions`

### MESOP_STATE_SESSION_BACKEND_SQL_CONNECTION_URI

This is only used when the `MESOP_STATE_SESSION_BACKEND` is set to `sql`. This
parameter specifies the database connection string. See the [SqlAlchemy docs for more details](https://docs.sqlalchemy.org/en/20/core/engines.html#database-urls).

**Default:** `mesop_state_session`

### MESOP_STATE_SESSION_BACKEND_SQL_TABLE

This is only used when the `MESOP_STATE_SESSION_BACKEND` is set to `sql`. This
Expand Down

0 comments on commit 773bea3

Please sign in to comment.