Skip to content

[Platform] Made things more obvious and copy/paste friendly #5327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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