File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ other features that sooner or later you'll need when developing web projects.
1111Moreover, the server is not tied to Symfony and you can also use it with any
1212PHP application and even with HTML or single page applications.
1313
14- .. caution ::
15-
16- This server will automatically expose all environment variables available
17- in the CLI tool context, **which can lead to security issues **.
18- One should assert that its server is not accessible on local network without
19- consent.
20-
2114Installation
2215------------
2316
@@ -507,6 +500,12 @@ its location, same as for ``docker-compose``:
507500 ``symfony console doctrine:database:drop --force --env=test ``, the command will drop the database
508501 defined in your Docker configuration and not the "test" one.
509502
503+ .. caution ::
504+
505+ Similar to other web servers, this tool automatically exposes all environment
506+ variables available in the CLI context. Ensure that this local server is not
507+ accessible on your local network without consent you avoid security issues.
508+
510509Platform.sh Integration
511510-----------------------
512511
You can’t perform that action at this time.
0 commit comments