Skip to content

Commit

Permalink
Added some comments to settings.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Argo authored and Jonathan Argo committed Jan 14, 2017
1 parent 1637086 commit 100b031
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[settings]
key =
fullLocationOutputField = full_location
latOutputField = latitude
lngOutputField = longitude

; Input fields
; If your address input field is all in one cell, use the fullAddressField. Otherwise set the individual parts.
fullAddressField =
streetField = street
cityField = city
stateField = state
zipField = zip
zipField = zip

; Output fields
; All of these are optional.
fullLocationOutputField = full_location
latOutputField = latitude
lngOutputField = longitude

0 comments on commit 100b031

Please sign in to comment.