Skip to content

Commit

Permalink
Changes IDs of instance and database to be consistent with other topi…
Browse files Browse the repository at this point in the history
…cs. (#379)
  • Loading branch information
WalterHub authored and jmdobry committed May 8, 2017
1 parent 8295398 commit 5cfff56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/spanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const Spanner = require('@google-cloud/spanner');
const spanner = Spanner();

// Your Cloud Spanner instance ID
const instanceId = 'my-instance';
const instanceId = 'test-instance';

// Your Cloud Spanner database ID
const databaseId = 'my-database';
const databaseId = 'example-db';

/**
* HTTP Cloud Function.
Expand Down

0 comments on commit 5cfff56

Please sign in to comment.