Skip to content

Commit 216542c

Browse files
committed
Remove example.env
1 parent f7cd980 commit 216542c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/gettingstarted.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,7 @@ git clone https://github.com/yourname/myapp-backend.git
2424
cd myapp-backend
2525
```
2626

27-
## 2. Create Environment File
28-
29-
Copy the example environment file:
30-
31-
```sh
32-
cd app
33-
cp example.env .env
34-
```
35-
36-
The `.env` file is used to set secrets, passwords, keys, etc.
37-
38-
> ⚠️ Never store secrets in version control.
39-
40-
## 3. Start the App
27+
## 2. Start the App
4128

4229
```sh
4330
docker compose up -d

0 commit comments

Comments
 (0)