Edited .env
This commit is contained in:
parent
ccb8bbf8b7
commit
3a73916d91
10
.env.example
Normal file
10
.env.example
Normal file
@ -0,0 +1,10 @@
|
||||
# Project / DB names used by both emulator bootstrap and your Go app
|
||||
SPANNER_PROJECT=test-project
|
||||
SPANNER_INSTANCE=testinstance
|
||||
SPANNER_DATABASE=testdb
|
||||
|
||||
# When your Go app runs on the HOST (Mac/Windows/Linux):
|
||||
SPANNER_EMULATOR_HOST=localhost:9010
|
||||
|
||||
# When your Go app runs INSIDE docker-compose:
|
||||
SPANNER_EMULATOR_HOST_DOCKER=spanner:9010
|
||||
Loading…
x
Reference in New Issue
Block a user