Update readme with instructions on how to run the webserver

This commit is contained in:
Eli Ribble 2025-11-04 23:15:17 +00:00
parent 7c4a181cdf
commit 214588ba83
No known key found for this signature in database

View file

@ -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