Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 405 Bytes

File metadata and controls

16 lines (12 loc) · 405 Bytes

Storage driver: in-memory-for-testing

This driver works with any auth driver. Each keppel-registry stores its contents in RAM only, without using any persistent storage. This driver is useful for test suite runs.

Server-side configuration

export KEPPEL_DRIVER_STORAGE='{"type":"in-memory-for-testing"}'