Last active
February 5, 2017 01:17
-
-
Save rbarilani/5b9bbfa9d792d70c581e4a36d18b7887 to your computer and use it in GitHub Desktop.
mc_config_refactor.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mc start --mc:port 3000 --mc:mode dist --mc:html:title MyApp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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