{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "SEARCH_BACKEND_HOST_NAME": { "type": "string", "default": "127.0.0.1", "x-aliases": ["SONIC_HOST"], "description": "Sonic server hostname" }, "SEARCH_BACKEND_PORT": { "type": "integer", "default": 1491, "minimum": 1, "maximum": 65535, "x-aliases": ["SONIC_PORT"], "description": "Sonic server port" }, "SEARCH_BACKEND_PASSWORD": { "type": "string", "default": "SecretPassword", "x-aliases": ["SONIC_PASSWORD"], "description": "Sonic server password" }, "SONIC_COLLECTION": { "type": "string", "default": "archivebox", "description": "Sonic collection name" }, "SONIC_BUCKET": { "type": "string", "default": "snapshots", "description": "Sonic bucket name" } } }