Skip to content

Commit 7017e75

Browse files
committed
minor #17560 Symfony CLI: fix config directory path (jmsche)
This PR was merged into the 5.4 branch. Discussion ---------- Symfony CLI: fix config directory path Symfony CLI config directory changed when Symfony CLI 5 was released, hence this change. Commits ------- 02fc6fd Symfony CLI: fix config directory path
2 parents b196f16 + 02fc6fd commit 7017e75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: frontend/encore/dev-server.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ server SSL certificate:
7979
+ options.server = {
8080
+ type: 'https',
8181
+ options: {
82-
+ pfx: path.join(process.env.HOME, '.symfony/certs/default.p12'),
82+
+ pfx: path.join(process.env.HOME, '.symfony5/certs/default.p12'),
8383
+ }
8484
+ }
8585
+ })

Diff for: setup/symfony_server.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ domains work:
262262

263263
.. tip::
264264

265-
If you prefer to use a different TLD, edit the ``~/.symfony/proxy.json``
265+
If you prefer to use a different TLD, edit the ``~/.symfony5/proxy.json``
266266
file (where ``~`` means the path to your user directory) and change the
267267
value of the ``tld`` option from ``wip`` to any other TLD.
268268

0 commit comments

Comments
 (0)