5
0
Fork 0

Forgot to update .env and README for env

master
Daniel Lim 2019-07-03 08:52:23 +08:00
parent 9ca40754ae
commit a79fb707d7
2 changed files with 2 additions and 0 deletions

1
.env
View File

@ -1,3 +1,4 @@
DBPATH=/tmp/badger
NATS=nats://localhost:4222
LISTEN=:80
PERMISSIONS_HOST=http://permissions

View File

@ -13,6 +13,7 @@ Supply environment variables by either exporting them or editing ```.env```.
| DBPATH | Path to store badger files in. Please make sure it exists. | /tmp/badger |
| NATS | Host and port of nats | nats://localhost:4222 |
| LISTEN | Host and port to listen on | :80 |
| PERMISSIONS_HOST | URL of `backend-permissions` | http://permissions |
## Key format