Skip to content

Commit d6db3ce

Browse files
authored
Merge pull request #779 from sudhanshu-raj/patch-1
Fix for the copy` command of .env in api
2 parents e58f6e2 + 2f2a95c commit d6db3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ FIREBASE_MEASUREMENT_ID=
195195
- Copy the `.env.docker` file in the `api` directory into `.env`
196196

197197
```bash
198-
cp api/.env.local.docker api/.env.local
198+
cp api/.env.docker api/.env
199199
```
200200

201201
- Update the environment variables in the `.env` file in the `api` directory with your firebase service account credentials and SMTP server details.

0 commit comments

Comments
 (0)