Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit cf697ec

Browse files
committed
Add APP_ENV to README.
1 parent 8f992eb commit cf697ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ composer require platformsh/symfonyflex-bridge
1717
* If a Platform.sh relationship named `database` is defined, it will be taken as an SQL database and mapped to the `DATABASE_URL` environment variable for Symfony Flex. (Note: Due to a bug in Doctrine, the code currently assumes MariaDB 10.2 as the service version. If that Doctrine bug is ever resolved this hard-coding can be removed.)
1818

1919
* The Symfony Flex `APP_SECRET` is set based on the `PLATFORM_PROJECT_ENTROPY` variable, which is provided for exactly this purpose.
20+
21+
* If no `APP_ENV` value is set, it will default to `prod`.

0 commit comments

Comments
 (0)