Update readme with instructions on how to run the webserver
This commit is contained in:
parent
7c4a181cdf
commit
214588ba83
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,12 @@ nix develop
|
|||
go build .
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
```sh
|
||||
> BASE_URL=https://sync.nidus.cloud ARCGIS_CLIENT_ID=foo ARCGIS_CLIENT_SECRET=bar POSTGRES_DSN='postgresql://?host=/var/run/postgresql&dbname=nidus-sync' ./nidus-sync
|
||||
```
|
||||
|
||||
## Hacking
|
||||
|
||||
### bob
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue