homebrewery icon indicating copy to clipboard operation
homebrewery copied to clipboard

[LOCAL, DOCKER]: Browse all brews in database

Open G-Ambatte opened this issue 3 years ago • 1 comments

For local installs only, it would be useful to be able to see all brews in the database, regardless of the brew's author.

This may be possible by wrapping a path definition in server.js in an if block that checks for non-production environments; e.g. NODE_ENV == 'local' || NODE_ENV == 'docker'

G-Ambatte avatar Oct 22 '21 05:10 G-Ambatte