10 lines
276 B
Markdown
Raw Normal View History

2021-09-06 15:07:04 +00:00
# excalidraw-storage-backend
2021-09-08 15:31:02 +02:00
## 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