This commit is contained in:
2023-09-14 23:10:30 -06:00
parent a19affcdfd
commit 6aed764160
13 changed files with 695 additions and 22 deletions

View File

@@ -49,3 +49,12 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
## License
Nest is [MIT licensed](LICENSE).
## Configuration
Supply the following environment variables:
| Env Name | Description |
| ---------- | ------------------------------------------- |
| JWT_SECRET | A big string to use as the JWT token secret |
| ADMIN_PASS | The password for the `admin` user |