<author>/<type>/<ticket>/<title>
revett/feature/24101/skeleton-service-for-email-sender
| version: "3" | |
| services: | |
| es01: | |
| image: docker.elastic.co/elasticsearch/elasticsearch:7.4.2 | |
| container_name: es01 | |
| environment: | |
| - node.name=es01 | |
| - cluster.name=es-docker-cluster | |
| - discovery.seed_hosts=es02,es03 | |
| - cluster.initial_master_nodes=es01,es02,es03 |
| $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: