Skip to content

Commit

Permalink
[Platform] Made things more obvious and copy/paste friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed May 28, 2015
1 parent 9fb296d commit 7bb345a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookbook/deployment/platformsh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ your Git repository which contains the following files:
# .platform/routes.yaml
"http://{default}/":
type: upstream
upstream: "php:php"
# the first part should be your project name
upstream: "myphpproject:php"
.. code-block:: yaml
Expand All @@ -95,7 +96,7 @@ Configure Database Access
~~~~~~~~~~~~~~~~~~~~~~~~~

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

// app/config/parameters_platform.php
<?php
Expand Down

0 comments on commit 7bb345a

Please sign in to comment.