Fix backend startup instructions (#1188)

* Fix backend startup instructions

* Update README.md
This commit is contained in:
Stefan Ålund
2020-06-08 10:28:09 +02:00
committed by GitHub
parent 5b6b85a222
commit bea471e74c
+1 -1
View File
@@ -25,7 +25,7 @@ You should only need to do this once.
After that, go to the `packages/backend` directory and run
```bash
AUTH_GOOGLE_CLIENT_ID=x AUTH_GOOGLE_CLIENT_SECRET=x SENTRY_TOKEN=x yarn start
AUTH_GOOGLE_CLIENT_ID=x AUTH_GOOGLE_CLIENT_SECRET=x AUTH_GITHUB_CLIENT_ID=x AUTH_GITHUB_CLIENT_SECRET=x SENTRY_TOKEN=x LOG_LEVEL=debug yarn start
```
Substitute `x` for actual values, or leave them as