Skip to content

Storage backend

The golink server has a pluggable storage backend. The storage backend is responsible for storing and retrieving the golinks.

List of storage backends

Configuration

Set configuration of the storage backend

storage:
  type: local
--storage.type=local
export GOLINK_STORAGE_TYPE=local