0
Fork 0
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:
Gao Sun 2021-07-09 23:27:46 +08:00
parent 8c95b5d856
commit 177c8d335e
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31

View file

@ -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