0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00

Update README.md

This commit is contained in:
Gao Sun 2021-06-29 23:04:20 +08:00 committed by Gao Sun
parent 0444901430
commit 401f0edf62

View file

@ -4,6 +4,13 @@ The backend for Logto auth service.
## Get Started
Create `.env` under project root with the following vars:
```env
DB_URL=postgres://your-postgres-db-url
OIDC_PROVIDER_PRIVATE_KEY_BASE64=private-key-for-oidc-provider-base64-encoded
```
```bash
yarn && yarn dev
```