Skip to content

Instantly share code, notes, and snippets.

@PavelPolyakov
Last active January 21, 2019 09:02
Show Gist options
  • Save PavelPolyakov/c6bdb954e98f605218c20dd92522ebcb to your computer and use it in GitHub Desktop.
Save PavelPolyakov/c6bdb954e98f605218c20dd92522ebcb to your computer and use it in GitHub Desktop.
// at the top
import * as config from "config";
// during the db plugin registration
server.register(db, config.get('db'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment