We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb296d commit 7bb345aCopy full SHA for 7bb345a
cookbook/deployment/platformsh.rst
@@ -79,7 +79,8 @@ your Git repository which contains the following files:
79
# .platform/routes.yaml
80
"http://{default}/":
81
type: upstream
82
- upstream: "php:php"
+ # the first part should be your project name
83
+ upstream: "myphpproject:php"
84
85
.. code-block:: yaml
86
@@ -95,7 +96,7 @@ Configure Database Access
95
96
~~~~~~~~~~~~~~~~~~~~~~~~~
97
98
Platform.sh overrides your database specific configuration via importing the
-following file::
99
+following file (it's your role to add this file to your code base)::
100
101
// app/config/parameters_platform.php
102
<?php
0 commit comments