Skip to content

Commit 2f2a95c

Browse files
Fix for the cp command of .env in api #1
We don't have .env.local.docker in api and instead of putting things on .env.local , I suggest .env as docker using this only for api environment
1 parent e58f6e2 commit 2f2a95c

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)