10 lines
276 B
Markdown
10 lines
276 B
Markdown
# excalidraw-storage-backend
|
|
|
|
## Environement Variables
|
|
|
|
| Name | Description | Default value |
|
|
| --- | --- | --- |
|
|
| `STORAGE_URI` | [keyv](https://github.com/lukechilds/keyv) connection string | `""` (in memory) |
|
|
|
|
Availabe storage adapter: redis, mongo, postgres and mysql
|