You've already forked golang-saas-starter-kit
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:
@ -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
|
||||
|
Reference in New Issue
Block a user