porter.yaml
file.
porter.yaml
previews
section of porter.yaml
will be overlayed on top of the base configuration for a particular app. For example, the api
service defined in the YAML below will use 128MB of RAM in all preview environments. Additionally, the NODE_ENV
environment variable will be set to development
in previews. Any values not specifically overriden in the previews
section will be inherited from the base app.