From e4094d87c899276b6badc10d49269e7aebd0c0ce Mon Sep 17 00:00:00 2001 From: Lee Brown Date: Mon, 12 Aug 2019 10:36:45 -0800 Subject: [PATCH] Updated readme to include note about geonames. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 466c0c8..2228ec0 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,13 @@ setup details. ## Development Notes +### Country / Region / Postal Code Support + +This project uses [geonames.org](https://www.geonames.org/) to populate database tables for countries, postal codes and +timezones that help facilitate standardizing user input. To keep the schema script quick for `dev`, the postal codes for +only country code `US` are loaded. This can be changed as needed in +[geonames.go](https://gitlab.com/geeks-accelerator/oss/saas-starter-kit/blob/master/internal/geonames/geonames.go#L30). + ### Datadog Datadog has a custom init script to support setting multiple expvar urls for monitoring. The docker-compose file then