Matt Fuller
Matt Fuller
@lclarkmichalek - thanks for making this. We're running etcd via Marathon (similar to the sample in the readme). To enable auth and take advantage of these changes, would we have...
Adding some notes here based on our testing so far. 1. This will likely be a bit more difficult than expected if we use the traditional, AWS-supported route of passing...
I was able to rewrite the `docker-compose.yaml` file in v2 format (funny enough, I asked ChatGPT to do the conversion and it worked perfectly). ``` version: '2' services: api: image:...
In case it's helpful for other folks searching for similar issues, I was able to get the following mostly working: ```node const pino = require('pino')({ prettyPrint: false, level: process.env['LOG_LEVEL'] });...
Hey @christopherbeck - need anything else to get this merged? I'd like to setup an npm package to make installation easier for users.