Skip to content

Commit 9e3b46b

Browse files
committed
Refine instructions for creating the .env file in environment-variables.md
1 parent 1cd4944 commit 9e3b46b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/setup/vps/environment-variables.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ Inside the project directory:
1414
nano .env
1515
```
1616

17-
Or:
18-
19-
```bash
20-
touch .env
21-
```
22-
2317
---
2418

2519
## 2. Core & Application Environment Variables
2620
You can find list of required and optional Environment Variables at [environment-variables/description.md](../../environment-variables/description.md)
2721

22+
You can use our [Interactive `.env` Builder](../../environment-variables/env-builder.md) to generate .env file content
23+
2824
??? info "Example `.env` File"
2925
```env
3026
API_ID=123456

0 commit comments

Comments
 (0)