Skip to content

Commit

Permalink
chore: updated .env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
benborla committed Nov 18, 2023
1 parent 8d63927 commit 2c0fea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ DATABASE_URL="mysql://[email protected]:3306/fruity_vice?serverVersion=8.0.32&chars

API_ENDPOINT=https://fruityvice.com/api/fruit
APP_CACHE=1
[email protected]
[email protected]

###> symfony/mailer ###
# MAILER_DSN=null://null
MAILER_DSN=
###< symfony/mailer ###
1 change: 1 addition & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ API:
[x] - Setup endpoints
[ ] - Need to create pagination /fruits
[ ] - Need to accept POST data [POST] /fruit
[x] - Send a mail once the fruits:fetch is executed

Database

Expand Down

0 comments on commit 2c0fea9

Please sign in to comment.