Skip to content

Commit 7bb345a

Browse files
committed
[Platform] Made things more obvious and copy/paste friendly
1 parent 9fb296d commit 7bb345a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cookbook/deployment/platformsh.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ your Git repository which contains the following files:
7979
# .platform/routes.yaml
8080
"http://{default}/":
8181
type: upstream
82-
upstream: "php:php"
82+
# the first part should be your project name
83+
upstream: "myphpproject:php"
8384
8485
.. code-block:: yaml
8586
@@ -95,7 +96,7 @@ Configure Database Access
9596
~~~~~~~~~~~~~~~~~~~~~~~~~
9697

9798
Platform.sh overrides your database specific configuration via importing the
98-
following file::
99+
following file (it's your role to add this file to your code base)::
99100

100101
// app/config/parameters_platform.php
101102
<?php

0 commit comments

Comments
 (0)