Skip to content

Commit 92f0b69

Browse files
authored
Explain a bit why APP_ENV=prod is really needed in a prod env
1 parent d700e99 commit 92f0b69

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
@@ -97,7 +97,7 @@ Create your own `.env.local` file to change the necessary variables, if you plan
9797
9898
> [!CAUTION]
9999
>
100-
> In a production environnement, the `APP_ENV` variable MUST be set to `prod`.
100+
> In a production environnement, the `APP_ENV` variable MUST be set to `prod` to prevent leaking sensitive data.
101101
102102
**a. The database driver and url** (_you should already have it configured since you created the database previously_)
103103

0 commit comments

Comments
 (0)