allow to customize the push-server for testing

This commit is contained in:
2023-11-12 11:35:36 -07:00
parent fc70a11bd8
commit 65a5edf26b
5 changed files with 115 additions and 21 deletions

View File

@@ -20,9 +20,9 @@ export type Settings = {
lastViewedClaimId?: string; // Last viewed claim ID
lastNotifiedClaimId?: string; // Last notified claim ID
isRegistered?: boolean;
pushServer?: string; // Push server URL
// Array of named search boxes defined by bounding boxes
searchBoxes?: Array<{
name: string;
bbox: BoundingBox;