izuna/server.dhall.dist
iori c3fc2ab4fc izuna-server can now return target commit oid and pr commit oids
- [x] app uses an env reader to store the github auth
- token (server.dhall is now necessary)
- [x] curl /api/pullRequestInfo/[user]/[repo]/[prId] should return:
```json
{"commitOids":["4c1604b349f2210e3536a67dbb7e10e9cdc03987","d14bfd4b80e4976de94627b841b8b91a1ab91994"],"targetOid":"a2e858f2e01d1777f67a790088780ea268c611b6"}%               iori@eve ~/work/Izuna %
```
- [x] adding default server.dhall.dhist
2020-12-14 16:35:01 +01:00

4 lines
42 B
Plaintext

{ appPort = 3000
, githubAuthToken = ""
}