-
Notifications
You must be signed in to change notification settings - Fork 99
/
.lando.upstream.yml
32 lines (28 loc) · 983 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
32
# 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-laravel
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: development
APP_DEBUG: 1
LOG_LEVEL: debug
# These are tools that are commonly used during development for this template.
tooling:
artisan:
cmd: /app/artisan
service: app