Skip to content

Commit

Permalink
Merge pull request #16 from powersync-ja/client-endpoints-cleanup
Browse files Browse the repository at this point in the history
Remove client_endpoints from demo
  • Loading branch information
benitav authored Jun 11, 2024
2 parents b447075 + e4721df commit 9c9e9b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions config/powersync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
telemetry:
# Opt out of reporting anonymized usage metrics to PowerSync telemetry service
disable_telemetry_sharing: false
# Additional Open Telemetry metrics endpoints
client_endpoints: []

# Settings for source database replication
replication:
Expand Down
2 changes: 1 addition & 1 deletion schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
},
"telemetry": {
"type": "object",
"properties": { "disable_telemetry_sharing": { "type": "boolean" }, "client_endpoints": { "type": "array", "items": { "type": "string" } },
"properties": { "disable_telemetry_sharing": { "type": "boolean" } },
"additionalProperties": true,
"required": []
}
Expand Down

0 comments on commit 9c9e9b0

Please sign in to comment.