Repository URL to install this package:
|
Version:
2.0.9 ▾
|
# ------------------------------------------------------------
# The properties of this file takes precedences over:
# - .lando.yml
# - .lando.base.yml
# - .lando.dist.yml
# - .lando.upstream.yml
#
# This file should be unique to each environment, live in
# the root of the project and added to the `.gitignore` file
# ------------------------------------------------------------
# `name` should be in the format such as `meltmedia.dev`.
#
# We attach the `.ENV` to the `PROJECT_NAME` so each lando
# container is unique and won't conflict with other lando
# containers that may have the same name. You can test it
# out by running `lando list` to see all of the containers.
name: <PROJECT_NAME-ENV>
# The `PROJECT_NAME-ENV` naming convention will match that of the
# `host` property value in the `melt.site.yml` file
proxy:
appserver:
- <PROJECT_NAME-ENV>.drupal.meltdemo.com
# We may or may not need to use environment variables
# @see https://docs.devwithlando.io/config/env.html
# env_file:
# - .melt.server.env
# Settings for melt that get read by meltconsole
melt:
git: ''
ssh:
user: ''
host: ''
uri: '<PROJECT_NAME-ENV>.drupal.meltdemo.com'
root: '/var/www/apps/<PROJECT_NAME-ENV>'