add .env.sample env with api key for routing service exported
This commit is contained in:
parent
ea24847cae
commit
57f477c54d
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ sqlite.db
|
|||
.idea/
|
||||
.DS_Store
|
||||
.ipynb_checkpoints/
|
||||
**.env
|
||||
|
|
|
|||
3
crawler/.env.sample
Normal file
3
crawler/.env.sample
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Copy me to .env and source me
|
||||
|
||||
export ROUTING_API_KEY="<CHANGE ME>" # fetch from https://console.cloud.google.com/google/maps-apis/
|
||||
Loading…
Add table
Add a link
Reference in a new issue