mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
docs: remove out-dated env sample
This commit is contained in:
parent
8c95b5d856
commit
177c8d335e
1 changed files with 1 additions and 6 deletions
|
@ -4,12 +4,7 @@ Logto is an open-source identity solution. This repo contains the core 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
|
||||
```
|
||||
Copy proper `.env` to project root. (TBD: design the config process)
|
||||
|
||||
```bash
|
||||
yarn && yarn dev
|
||||
|
|
Loading…
Reference in a new issue