Skip to main content
Module

x/earthstar_replica_server/deps.ts>Earthstar.IReplicaConfig

An always-online Earthstar peer for your shares.
Latest
interface Earthstar.IReplicaConfig
import { type Earthstar } from "https://deno.land/x/earthstar_replica_server@4.0.0-beta.1/deps.ts";
const { IReplicaConfig } = Earthstar;

Methods

getConfig(key: string): Promise<string | undefined>
setConfig(key: string, value: string): Promise<void>
listConfigKeys(): Promise<string[]>
deleteConfig(key: string): Promise<boolean>