Skip to content

Commit

Permalink
fix: sqa write key for correct product (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
misamu authored Mar 30, 2023
1 parent e91ea07 commit 23ccef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/driver/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (r *RegistryDefault) enableSqa(cmd *cobra.Command) {
Service: "ory-keto",
ClusterID: metricsx.Hash(r.Config(ctx).DSN()),
IsDevelopment: strings.HasPrefix(r.Config(ctx).DSN(), "sqlite"),
WriteKey: "qQlI6q8Q4WvkzTjKQSor4sHYOikHIvvi",
WriteKey: "jk32cFATnj9GKbQdFL7fBB9qtKZdX9j7",
WhitelistedPaths: []string{
"/",
healthx.AliveCheckPath,
Expand Down

0 comments on commit 23ccef8

Please sign in to comment.