F4 web stack with:
- express
- browserify
- jade
- stylus
- bootstrap
- font awesome 4.1 from https://github.com/raulghm/Font-Awesome-Stylus
- i18next
- bunyan
- optimist
- uglify
ETCD_HOST: used to indicate on which hosts to read ETCD. Use comma to indicate multiple hostsPORT: on which port to start server (default to5000)LOG_HOSTNAME: used to override hostname, ends up exported, in unique process name, in logs and might be in sdc prefixDYNO: mainly for dokku scaling, to identify "instance" (can also be provided asDYNO_TYPE_NUMBER, for retro-compatibility)APP_INSTANCE_NAME: used as a unique process name, that stays the same over successive deployments, and to identify app in logging, defaults toappname_hostname_dynoSTATSD_APPNAME: used to identify app in statsd and graphite, defaults tostatsDPrefix.appname-dyno-workerNamewherestatsDPrefixis either envSTATSD_PREFIXor etcd/server/statsd/prefixor hostname, and workerName comes from env varWORKER_NAMEWORKER_NAME: to be used when server starts "child" processes. It modifies logs field name, process title, statsd prefix and unique process name
