mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update places readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user