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:
parent
0444901430
commit
401f0edf62
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue