Skip to content

Commit 304e223

Browse files
authored
update
1 parent 424537a commit 304e223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ shelve_db : 'addresses'
2828
separator : ' '
2929

3030
## API KEY
31-
api_key : AIzaSyBPPLphlQbdRLzAVHo6_9-0HrsTmgKQLUQ
31+
api_key : 'YOUR_API_KEY'
3232

3333
## Name of the output csv file
3434
output_csv : './output.csv'
@@ -48,4 +48,4 @@ run_mode : 1
4848
output_format: csv
4949

5050
# Configure the columns to output
51-
output_columns: ['inputAddress', 'validationGranularity', 'formattedAddress', 'geocodeGranularity', 'placeId', 'latitude', 'longitude']
51+
output_columns: ['inputAddress', 'validationGranularity', 'formattedAddress', 'geocodeGranularity', 'placeId', 'latitude', 'longitude']

0 commit comments

Comments
 (0)