Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ CGN_API_KEY=put_your_api_key_here
CGN_API_URL=http://host.docker.internal:7073/api/v1
CGN_API_BASE_PATH="/api/v1/cgn"

TEST_CGN_FISCAL_CODES=
TEST_CGN_FISCAL_CODES=

GEO_API_BASE_PATH="/api/v1"
HERE_API_KEY="API_KEY"
HERE_AUTOCOMPLETE_API_URL="https://autocomplete.search.hereapi.com"
HERE_GEOCODE_API_URL="https://geocode.search.hereapi.com"
HERE_LOOKUP_API_URL="https://lookup.search.hereapi.com"
Loading