12 lines
627 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
2021-09-08 17:17:39 +02:00
| Name | Description | Default value |
| --------------- | ------------------------------------------------------------ | ---------------- |
| `PORT` | Server listening port | 8080 |
| `GLOBAL_PREFIX` | API global prefix for every routes | `/api/v2` |
| `STORAGE_URI` | [keyv](https://github.com/lukechilds/keyv) connection string | `""` (in memory) |
2021-09-08 15:31:02 +02:00
Availabe storage adapter: redis, mongo, postgres and mysql