diff --git a/.env.example b/.env.example index ae050c88..a511bb07 100644 --- a/.env.example +++ b/.env.example @@ -7,7 +7,7 @@ RECAPTCHA_SECRET_KEY='$eCr3T' HOST=localhost -OPENAI_ACCESS_TOKEN = 1235fff12345 +OPENAI_ACCESS_TOKEN=1235fff12345 PASSWORD_SPECIAL_USER= EMAIL_SPECIAL_USER=special@test.io diff --git a/README.md b/README.md index cae54c4a..536fa095 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ make fixtures-load # sometimes, when fixtures were changed ```sh make compose-setup # setup app -make compose-app-test # run tests +make compose app-test # run tests make compose # run server http://localhost:3000 make app-ci-check # run ci