<author>/<type>/<ticket>/<title>
revett/feature/24101/skeleton-service-for-email-sender
| $app->configureMonologUsing(function($monolog) { | |
| $transport = new \Gelf\Transport\UdpTransport("127.0.0.1", 12201, \Gelf\Transport\UdpTransport::CHUNK_SIZE_LAN); | |
| $publisher = new \Gelf\Publisher(); | |
| $publisher->addTransport($transport); | |
| $monolog->pushHandler(new \Monolog\Handler\GelfHandler($publisher)); | |
| }); |
| server { | |
| listen 80; | |
| server_name wp; | |
| pagespeed off; | |
| server_tokens off; | |
| set $skip_cache 0; | |
| # POST requests and urls with a query string should always go to PHP | |
| if ($request_method = POST) { | |
| set $skip_cache 1; |
| #add 'node_modules' to .gitignore file | |
| git rm -r --cached node_modules | |
| git commit -m 'Remove the now ignored directory node_modules' | |
| git push origin <branch-name> |
| --metadata-- version:--instantfox--plugin--data-- | |
| { | |
| "selectedLocale": "en-US", | |
| "defaultPlugin": "google", | |
| "autoSearch": { | |
| "json": "http://clients1.google.com/complete/search?client=chrome&hl=en&q=%q", | |
| "url": "http://www.google.com/search?q=%q", | |
| "instant": "off", | |
| "suggest": true, | |
| "minQChars": 2, |
As configured in my dotfiles.
start new:
tmux
start new with session name: