Skip to content

Commit e81818e

Browse files
committed
Reword
1 parent 864c028 commit e81818e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

setup/symfony_server.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ other features that sooner or later you'll need when developing web projects.
1111
Moreover, the server is not tied to Symfony and you can also use it with any
1212
PHP 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-
2114
Installation
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+
510509
Platform.sh Integration
511510
-----------------------
512511

0 commit comments

Comments
 (0)