Skip to content

Instantly share code, notes, and snippets.

@rbarilani
Last active February 5, 2017 01:17
Show Gist options
  • Save rbarilani/5b9bbfa9d792d70c581e4a36d18b7887 to your computer and use it in GitHub Desktop.
Save rbarilani/5b9bbfa9d792d70c581e4a36d18b7887 to your computer and use it in GitHub Desktop.
mc_config_refactor.yaml
mc start --mc:port 3000 --mc:mode dist --mc:html:title MyApp
include: ./path/config.yaml
# or
# include:
# - ./path/config1.yaml
# - ./path/config2.yaml
mc:
mode: dev
port: 3000
static: #...
proxy: #...
logger: #...
extensions: #...
html:
title: MC
meta: #...
head: #...
html_attributes: #...
body_attributes:
plugins: #...
google_analytics: #...
app_dynamics: #...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment