Skip to content

Commit

Permalink
Update staging and production api key
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Nov 13, 2019
1 parent 7d3565d commit 15e84c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/config/setClusterServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ interface ClusterOption {
const clusterOptions: ClusterOption[] = [
{
name: "skygeario",
apiKey: "da0a05897b92ae954e281c31f95e5ce8",
apiKey: "sq3GcUp0QVRTYPwBpnLcQi3jHK7SJFfF",
endpoint: "https://controller.skygear.dev",
debug: false,
},
{
name: "skygeario staging",
apiKey: "61fc82a7fa9cd4ba1a28bd1111df86e0",
apiKey: "nA1nZ2vemgjJFD99n36QoGNObG5myWXO",
endpoint: "https://controller.staging.skygear.dev",
debug: true,
},
Expand Down

0 comments on commit 15e84c0

Please sign in to comment.