mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +00:00
rename locations to places (#38)
* rename locations to places * update failing things Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
This commit is contained in:
23
places/README.md
Normal file
23
places/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Locations Service
|
||||
|
||||
This is the Locations service
|
||||
|
||||
Generated with
|
||||
|
||||
```
|
||||
micro new locations
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Locations makes use of postgres. Set the config for the database
|
||||
|
||||
```
|
||||
micro user config set locations.database "postgresql://postgres@localhost:5432/locations?sslmode=disable"
|
||||
```
|
||||
|
||||
Run the service
|
||||
|
||||
```
|
||||
micro run .
|
||||
```
|
||||
Reference in New Issue
Block a user