Skip to content

Commit

Permalink
inital
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Feb 20, 2019
0 parents commit 7c6e438
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
GOOGLE_APPLICATION_CREDENTIALS=/absolute_path/to/key.json
DB_SPANNER_INSTANCE_ID=<YOUR SPANNER INSTANCE ID>
DB_SPANNER_DATABASE_ID=<YOUR SPANNER DATABASE ID>
DB_SPANNER_PROJECT_ID=<YOUR GCP PROJECT ID (OPTIONAL IF CREDENTIAL INCLUDES PROJECT ID)>
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.env
.idea
vendor
composer.lock

0 comments on commit 7c6e438

Please sign in to comment.