forked from SymfonyCasts/blackfire
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.lando.upstream.yml
31 lines (27 loc) · 953 Bytes
/
.lando.upstream.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This file sets some good defaults for local development using this Platform.sh
# template with Lando.
#
# Note that you should not edit this file so it can continue to receive upstream
# updates. If you wish to change the values below then override them in your
# normal .lando.yml.
# These both allow you to test this template without needing a site on Platform.sh
# However you will want to replace them in your .lando.yml
name: platformsh-symfony5
recipe: platformsh
config:
# This section overrides Platform.sh configuration with values that make more
# sense for local development.
#
# Note that "app" is the name of the application defined in your
# .platform.app.yaml or applications.yaml.
overrides:
app:
variables:
env:
APP_ENV: dev
APP_DEBUG: 1
# These are tools that are commonly used during development for this template.
tooling:
console:
cmd: /app/bin/console
service: app