update places readme

This commit is contained in:
Asim Aslam
2021-01-13 13:36:55 +00:00
parent 5f1020ac79
commit ec81db0753

View File

@@ -1,19 +1,19 @@
# Locations Service
# Places Service
This is the Locations service
The places service stores places of interest by geolocation
Generated with
```
micro new locations
micro new places
```
## Usage
Locations makes use of postgres. Set the config for the database
Places makes use of postgres. Set the config for the database
```
micro user config set locations.database "postgresql://postgres@localhost:5432/locations?sslmode=disable"
micro user config set places.database "postgresql://postgres@localhost:5432/locations?sslmode=disable"
```
Run the service