1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Updated readme to include note about geonames.

This commit is contained in:
Lee Brown
2019-08-12 10:36:45 -08:00
parent 05ff93555c
commit e4094d87c8

View File

@ -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