fix: docs app build (#3081)

This commit is contained in:
Dhruwang Jariwala
2024-09-03 14:00:48 +05:30
committed by GitHub
parent 4a0a5c9591
commit 211fc22b2a

View File

@@ -94,7 +94,8 @@ cp .env.example .env
4. Generate & set some secret values mandatory for the `ENCRYPTION_KEY`, `NEXTAUTH_SECRET` and `CRON_SECRET` in the .env file. You can use the following command to generate the random string of required length:
- For Linux
<Col>
<Col>
<CodeGroup title="For Linux">
```bash
@@ -107,7 +108,8 @@ sed -i '/^CRON_SECRET=/c\CRON_SECRET='$(openssl rand -hex 32) .env
</Col>
- For Mac
<Col>
<Col>
<CodeGroup title="For Mac">
```bash