github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/apps/node/customization.html.md (about)

     1  ---
     2  layout: "app_node"
     3  page_title: "Customization - Node.js App Type"
     4  sidebar_current: "docs-node-customization"
     5  description: |-
     6    This page documents the [Customizations](/docs/appfile/customization.html)
     7    that are available to change the behavior of Node.js applications with Otto.
     8  ---
     9  
    10  # Customization
    11  
    12  This page documents the [customizations](/docs/appfile/customization.html)
    13  that are available to change the behavior of Node.js applications with Otto.
    14  
    15  Example:
    16  
    17  ```
    18  customization {
    19      node_version = "4.1.0"
    20  }
    21  ```
    22  
    23  Available options:
    24  
    25    * `node_version` (string) - The Node.js version to install
    26      and deployment. This defaults to 4.1.0.